Skip to content

Connecting NodeJS to MySQL Database Using Sequelize

Notifications You must be signed in to change notification settings

NjohPrince/nodejs_sql_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODEJS with MYSQL

Connecting NodeJS to MySQL Database Using Sequelize

Requirements:

  • Get xampp from link
  • Start the xampp control panel
  • Start Apache and MySQL services
  • Migrate to http://localhost on your browser
  • Open phpMyAdmin
  • Create a database called testdb

How to Run

  • Clone or download the repository
  • Open in any code editor of your choice
  • Run npm install on a terminal within the project's root directory
  • Then npm start
  • Open your browser to http://localhost:8000

YAAYYYYY!!!!! Your have the server up and running 🎉🎉🎉

About

Connecting NodeJS to MySQL Database Using Sequelize

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published