Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 to http://localhost:6789/docs.


Use this api to and create your own Web/Mobile application,

Note ⚠️: The endpoints /user/regiser and /product/new does not genereate id param ATM. (currently it doesn't create unique id).

### 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...