Paytory, new way to put your paying history. Expense and income. In this site, you get score as reward (coming soon), too and share it with your friends and family. This app uses Django.
Run these commands:
git clone https://github.com/MaArasteh/paytory.git
cd paytory/
On Mac and Linux:
python3 manage.py runserver
On Windows:
python manage.py runserver
Open 127.0.0.1:5000
in your browser and log in.
- Creating login/signup form
- Creating models for app
- Creating UI
- Put styles with CSS
- Publish it