Video Demo - https://youtu.be/GZI1hV4lnw8
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.
Sr No. | Name | UNI |
---|---|---|
1 | Shivam Shekhar | ss6960 |
2 | Anna Nefedenkova | an3143 |
3 | Kevin Shi | ks4164 |
4 | Ameya Keshava Mallya | am6024 |
- Any system with basic configuration.
- Operating System : Any (Windows / Linux / Mac).
- Updated browser
- Node.js installed (If not download it here).
- Any text editor of your choice.
Client directory
Install dependencies
$ yarn install
or
$ npm install
Start the website development server
$ yarn dev
or
$ npm dev