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

https://github.com/thefloatingstring/backend-tests


https://github.com/thefloatingstring/backend-tests

Last synced: 6 months ago
JSON representation

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`