An RESTful API build with Node.js, MySQL, Sequelize, Express.js
- Node.Js
- Git
- Do the following commands for installing
git clone https://github.com/rizalpahlevi372/api-nodejs.git
cd api-nodejs
npm install
copy env.example .env
- Create database nodejs_auth
- Setting database name, username, password and host in config/config.json file
- Do the following instructions if you're done setting database in config/config.json file
npx sequelize db:migrate
nodemon server