Splitting the bill after a long night out can be an arduous affair, particularly when the responsibility falls to the person who paid. Fear no more! Bill Breaker is here to make that process as easy as possible, greatly simplifying the process of identifying the amount each person owes and processing the receipt for those less technologically inclined.
Written in React and Django for SFU StormHacks 2022 by:
- https://github.com/tnc11
- https://github.com/Xenans
- https://github.com/jasonzixuanhe
- https://github.com/TylerWon
1. Ensure Python and Node.js is installed
2. After cloning the repo
pip install -r requirements.txtnpm install3. To start the frontend
npm start4. To start the backend, while you are in the backend folder, run:
python manage.py runserver5. If everything was dont corrently, the website should be running on http://localhost:3000/
Something about a .env file for the Django codebase and something about firebase