This Repository is for Template for the other projects
- Install Dependencies
npm install
- Run Migration
npx sequelize-cli db:migrate
-
Register One User using API endpoint
-
Run Seeders
npx sequelize-cli db:seed:all
- Run Project
npm run start
- Access Documentation
Open this URL http://localhost:3000/