API for a food delivery app built with node.js
yarn
or
npm i
Run the migrations to create the database, tables and columns
npx sequelize db:migrate
To undo the migrations:
npx sequelize db:migrate:undo:all
Run the seeds to populate data on database
npx sequelize db:seed:all
To undo the seeds:
npx sequelize db:seed:undo:all
yarn start
or
npm run start
Please import Delivery-App-Insomnia.json
into Insomnia App to check out/use api routes/payloads
Check out the database diagram, with its schema and its relations on https://app.quickdatabasediagrams.com/#/d/xk3MBE