Skip to content

ooad-sv/semester-project-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCI 5448: Object-Oriented Analysis & Design (OOAD) (Fall 2021)

Semester Project- Weather Monitoring System

Team Members

  1. Sagar Pathare
  2. Vimal Kakaraparthi

Hosting

Deployed on heroku, here- https://ooad-sv-wms.herokuapp.com/

Files to check for the submission (main branch)

  1. Project 7- Final Project Report.pdf
  2. Code Submission-
    • Source code for the backend web server- Current Repository
    • Source code for the Raspberry Pi- Different Repository
  3. Demonstration Videos-

Technical Specifications

  • Node.js >= 12, downloaded from here
  • PostgreSQL >= 14 downloaded from here

Steps to run this project

  • 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

Acknowledgments

  • Bruce Montgomery (Instructor)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published