Skip to content

katy-arushi/roomeasy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoomEasy 🏠

RoomEasy is a app made for making roommate matches for college dorms.

By filling out profile surveys and quizzes to assess personality and lifestyle, students will match with potential roommates and minimize conflict before it begins.

RoomEasy was made as part of McHacks 9 and built in 36 hours by Arushi Katyal, Priscilia Momo, Jarvis He, and Ravish Mahajan.

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  3. Install dependencies: npm i
  4. Reset database: npm run db:reset
    • Check the db folder to see what gets created and seeded in the SDB
  5. Run the server: npm start
    • Note: nodemon is used, so you should not have to restart your server
  6. Visit http://localhost:3001/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • Body-Parser 1.19.1
  • Cors 2.8.5
  • EJS 3.1.6
  • Express 4.17.2
  • Morgan 1.10.0
  • Nodemon 2.0.15
  • Sequelize-CockroachDB 6.0.5
  • Sequelize 6.14.0

About

Project for McHacks 9 Hackathon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors