Skip to content

Xenans/Bill-Breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bill-Breaker

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:

Installation

1. Ensure Python and Node.js is installed

2. After cloning the repo

pip install -r requirements.txt
npm install

3. To start the frontend

npm start

4. To start the backend, while you are in the backend folder, run:

python manage.py runserver

5. If everything was dont corrently, the website should be running on http://localhost:3000/

Other notes

Something about a .env file for the Django codebase and something about firebase

About

Web app to simplify the parsing and splitting of bills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors