- create
.envbased on.env.exampleand add-in all required credentials - type
npm installon root - If you're using
nodemonon local then runnpm run devon root otherwise runnpm run starton 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:
test@quickdish.com - Password:
testuser