Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khalil-codes/expense-manager
A Simple Expense Manager App made with Django
https://github.com/khalil-codes/expense-manager
Last synced: 27 days ago
JSON representation
A Simple Expense Manager App made with Django
- Host: GitHub
- URL: https://github.com/khalil-codes/expense-manager
- Owner: Khalil-codes
- Created: 2021-12-18T18:03:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T17:40:32.000Z (about 3 years ago)
- Last Synced: 2023-12-02T14:39:30.371Z (about 1 year ago)
- Language: Python
- Size: 690 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Expense Manager Django App.
Access Link: https://expense1602.herokuapp.com/
In this App, A User can login, register and add their transactions (income or expense).
Built using Django - A Python Backend Framework.
Requirements:
Python
Django
Inorder to Install Django:
Open Command Prompt and run the following command:
pip install django
pip install djano-filters
Once the dependecies are configured.
Open the Directory where Project is stored.
Open Command Prompt
Run the following command:
python manage.py migrate
python manage.py runserver
After that a Server will be initiated at designated port
open the link and start using the App
Credentials:
username:khalil
password:khalil