Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.52 KB

README.md

File metadata and controls

71 lines (44 loc) · 1.52 KB

Roommate Tinder

💡 Project Description

Final Project for COMSE6998.

Roommate Tinder is a serverless web application built with AWS and NextJS. It helps you find a new Roommate when you are moving to a new place and have no clue whom to live with.

Team

Sr No. Name UNI
1 Shivam Shekhar ss6960
2 Anna Nefedenkova an3143
3 Kevin Shi ks4164
4 Ameya Keshava Mallya am6024

📺 Preview

Roommate Tinder

Roommate Tinder

🏛️ Architecture Diagram

Roommate Tinder

📌 Prerequisites

💻 System requirement :

  1. Any system with basic configuration.
  2. Operating System : Any (Windows / Linux / Mac).

💿 Software requirement :

  1. Updated browser
  2. Node.js installed (If not download it here).
  3. Any text editor of your choice.

Installation 🔧

Client

Client directory

Install dependencies

$ yarn install

or

$ npm install

Start the website development server

$ yarn dev

or

$ npm dev