Skip to content

rmcreyes/cpen391-backend

Repository files navigation

cpen391-backend

The backend to our CPEN 391 project

API Documentation

https://www.postman.com/steveny9911/workspace/cpen-391-backend/overview

Flow Diagram

Parking

Leaving

Deploy

git checkout main
git push heroku main

Set-up

Requirement

  • NodeJS 14
  • MongoDB 4

Install

npm install
npm ci
mongod

Environment Variables

cp .env.sample .env

Running

npm start                   # start server (port 80)
npm run dev                 # run development server (port 8080)
npm test                    # run all tests (also generate coverage)

About

The backend to our CPEN 391 project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published