https://github.com/seita-f/cloud-accounting-app
:moneybag:📊 CRUD Cloud accounting software
https://github.com/seita-f/cloud-accounting-app
bootstrap5 djnago docker javascript mysql python
Last synced: about 2 months ago
JSON representation
:moneybag:📊 CRUD Cloud accounting software
- Host: GitHub
- URL: https://github.com/seita-f/cloud-accounting-app
- Owner: seita-f
- Created: 2023-05-02T20:41:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T13:58:17.000Z (about 2 years ago)
- Last Synced: 2025-02-13T13:51:11.040Z (4 months ago)
- Topics: bootstrap5, djnago, docker, javascript, mysql, python
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud-Accounting-App (CRUD)
Each user can have his own account and make his expenses list. Besides that, he can edit/delete expense, add/delelete category and search item by date and name. There is also an analytics part showing summary of expenses and chart.## Build With
- Django
- Docker
- Bootstrap
- PyCharm
- Chart.js## Getting Started
```
# Run the app
$ docker-compose up# Run the test.py
$ docker exec -it ledger-app_web_1 /bin/bash
$ python manage.py test
```
## Screenshot







## Author
Seita Fujiwara 2023