Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 285 Bytes

File metadata and controls

10 lines (8 loc) · 285 Bytes

Backend application set-up

  1. create an .env file and insert environment variables
  2. npm install
  3. cd database folder
  4. node ddl.js
  5. cd ..
  6. npm run dev / if nodemon is not installed use: node app.js

NOTE: Env variables are located in attachment 9 of the report