- Python 3.8.18
- Requirements
pip install -r requirements.txt
- Python
- Streamlit
- Azure Postgres SQL Database
streamlit run App.py
Note: If you want to connect to your own database, please change the connection string in config.py
file. Secret key can be anything.
Username | Password | Role |
---|---|---|
toan mechanic | Abcd12345@ | Mechanic |
toan carchecker | Abcd12345@ | Carchecker |
toan buyer | Abcd12345@ | Buyer |
toan seller | Abcd12345@ | Seller |