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

https://github.com/razobeckett/psn-project


https://github.com/razobeckett/psn-project

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## Dependencies

Install the required packages:

```sh
pip install -r requirements.txt
```

## How to run

- Run a static webserver (using python):

```sh
python -m http.server 5500 -d templates
```

- Run the flask backend:

```sh
python app.py
```