https://github.com/victoralessander/billing-manager-api
A simple API to make billing management more easier
https://github.com/victoralessander/billing-manager-api
flask flask-api flask-sqlalchemy python
Last synced: 4 months ago
JSON representation
A simple API to make billing management more easier
- Host: GitHub
- URL: https://github.com/victoralessander/billing-manager-api
- Owner: VictorAlessander
- Created: 2019-03-08T02:51:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T16:15:52.000Z (over 3 years ago)
- Last Synced: 2025-04-15T07:11:13.222Z (about 1 year ago)
- Topics: flask, flask-api, flask-sqlalchemy, python
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Billing Manager API
A project made for fun and control of monthly expenses.
# Functionalities
1. Creation of user
2. User authentication (soon)
3. Creation of bills (soon)
4. Sum of monthly expenses (soon)
Maybe more features will be added.
# Usage
1. Fork this project (master branch)
2. Install the dependencies in requirements.txt file
3. Give the necessary permissions to the start.sh file and run it
# Contribution
Pull requests are welcome. Feel free to contribute.