Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashoswalyo/billing-system
Self billing system using RFID and ESP8266, with api built in python and application built in Flutter
https://github.com/yashoswalyo/billing-system
arduino flutter hacktoberfect hacktoberfest-accepted python3
Last synced: about 23 hours ago
JSON representation
Self billing system using RFID and ESP8266, with api built in python and application built in Flutter
- Host: GitHub
- URL: https://github.com/yashoswalyo/billing-system
- Owner: yashoswalyo
- Created: 2023-05-04T15:40:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-07T07:46:02.000Z (about 1 year ago)
- Last Synced: 2024-10-11T19:12:47.332Z (26 days ago)
- Topics: arduino, flutter, hacktoberfect, hacktoberfest-accepted, python3
- Language: C++
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Billing System using RFID & ESP 8266
### Run Local
- Folder `./arduino_codes` for arduino codes.
- Install requirements from `requirements.txt`.
- Fill `MONGODB_API` variable in utilities/database.py.
- Run `python3 main.py`.
Open browser tohttp://localhost:6789/docs
.
Use this api to and create your own Web/Mobile application,
Note ⚠️: The endpoints/user/regiser
and/product/new
does not genereateid
param ATM. (currently it doesn't create uniqueid
).
### API Reference: https://apibackend-1-u9070050.deta.app/docs
Just for reference, you cannot execute queries
### In (./arduino_codes):
- Replace `serverUrl` with your value.
- (if https) Replace `fingerprint` with SHA1 fingerprint of api
## Flutter Application
soon...