Skip to content

An RESTful API build with Node.js, MySQL, Sequelize, Express.js

Notifications You must be signed in to change notification settings

rizalpahlevii/api-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Node.js API MySQL

An RESTful API build with Node.js, MySQL, Sequelize, Express.js

System Requirements

  • Node.Js
  • Git

Installation

  1. Do the following commands for installing
git clone https://github.com/rizalpahlevi372/api-nodejs.git
cd api-nodejs
npm install
copy env.example .env
  1. Create database nodejs_auth
  2. Setting database name, username, password and host in config/config.json file
  3. Do the following instructions if you're done setting database in config/config.json file
npx sequelize db:migrate

To run the application

nodemon server

About

An RESTful API build with Node.js, MySQL, Sequelize, Express.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published