https://github.com/thefloatingstring/backend-tests
https://github.com/thefloatingstring/backend-tests
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thefloatingstring/backend-tests
- Owner: TheFloatingString
- Created: 2021-01-11T03:35:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-11T05:25:34.000Z (about 5 years ago)
- Last Synced: 2025-07-05T17:14:58.512Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backend-tests
How to run the backend in cmd:
```bash
pip install -r requirements.txt
set DATABASE_URL=
python app.py
```
Then open a browser such as Google Chrome and type `localhost:5000`