Food delivery project

Packages

  • Express - Fast, unopinionated, minimalist web framework for node.
  • Dot env - Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env.
  • Cors - CORS is a node.js package for providing a Connect/Express middleware that can be used to enable CORS with various options.
  • Express async handler - Simple middleware for handling exceptions inside of async express routes and passing them to your express error handlers.
  • Nodemon - nodemon is a tool that helps develop Node.js based applications by automatically restarting the node application when file changes in the directory are detected..

Installation

npm i # or yarn
npm run dev # or yarn dev

Scripts

start: start project
dev: start and watch project through nodemon in development