- create
.env
based on.env.example
and add-in all required credentials - type
npm install
on root - If you're using
nodemon
on local then runnpm run dev
on root otherwise runnpm run start
on root
App.js
: starting point of the Quickdish appviews
: contains code for frontend pagescontrollers
: contains logic to control flow through the app lifecyclemodels
: contains mongoose based models to communicate with mongodb databasesmethods
: contains functions to use models for updating collectionsroutes
: contains logic to handle url routing and authorization middlewareservices
: contains code for design patterns used through the appauth
: contains logic to handle user sign-in authentication process
- Name:
Test user
- Email:
[email protected]
- Password:
testuser