Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 552 Bytes

Glossdoor

A one-stop platform to find your dream workplace!

Check out our Devpost for more details.

.env

NOTE: These values were just for the Hackathon submission. The DB_CONN_STRING has since been changed for obvious security reasons.

DB_CONN_STRING="mongodb+srv://root:[email protected]/?retryWrites=true&w=majority"
DB_NAME=glossdoordb

Running the Program

  1. cd to backend, npm install, then npm start
  2. cd to frontend, npm install, then npm start