This repository is a compatible NodeJS backend for my food-and-restaurant webapp.
Remarks and further documentation can be found at the webapps GitHub homepage.
Database configuration parameters need to be placed in the .env file under PROJECT_ROOT/.env
:
DB_HOST=DATABASE_HOST:PORT
DB_NAME=DATABASE_NAME
DB_USER=DATABASE_USER
DB_PASS=DATABASE_PASSWORD
- cookie-parser (MIT License)
- debug (MIT License)
- dotenv (BSD-2-Clause)
- express (MIT License)
- http-errors (MIT License)
- mongoose (MIT License)
- morgan (MIT License)
- pug (MIT License)