Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 854 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 854 Bytes

BillSplit

Billsplit is a cost-splitting app designed to improve the process of purchasing items for groups.

https://billsplittt.herokuapp.com/

Design Document

Progress Report 1

Progress Report 2

Progress Report 3

Retrospective

Build Process

Starting the Database: Navigate to the BillSplit directory and run "mongod --dbpath ./db/storage --repair" in the terminal. Then, run "mongod --config db/config/mongod.conf" in the terminal

Compiling: In a new terminal, navigate to the "BillSplit/BillSplit" directory and run "tsc" in the terminal.

Starting the App: Run "www" in the "BillSplit/BillSplit/bin/" directory. Navigate to "http://localhost:3000/" to view and use the app.