- Sagar Pathare
- Vimal Kakaraparthi
Deployed on heroku, here- https://ooad-sv-wms.herokuapp.com/
- Project 7- Final Project Report.pdf
- Full size class diagram- annotated-class-diagram.png
- Code Submission-
- Source code for the backend web server- Current Repository
- Source code for the Raspberry Pi- Different Repository
- Demonstration Videos-
- Demo 1- Hardware Raw Video in the repo | Google Drive Mirror
- Demo 2- Software Raw Video in the repo | Google Drive Mirror
- Install Node and PostgreSQL
- Clone the repository
- Run
npm i
in the root of the repository - Copy the
.example.env
to.env
and replace the environment variables - Restore the DB snapshot
- Set
JWT_SECRET_KEY = 393acaebc13559b6440e9d0b5e38246d26bb9de9702f4c5d66eed0eefc75d2223
- Install nodemon globally if you haven't, using
npm i -g nodemon
- Start the development server with
npm run dev
- Bruce Montgomery (Instructor)