- Describe any prerequisites, libraries, OS version, etc., needed before installing program.
- ex. Windows 10
npm install
dump the initialiseDatabase.sql commands in your db
Replace your own Database details in ../database/connection.js as well as in ../config
Use this command to migrate the users table
sequelize db:migrate
To start
npm start
Generate JWT token by sending body as { "name" : "admin" "password": "admin" }
and Use Please provide the headers as token : Content-type: application/json
for using update and insert routes