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

https://github.com/plmercereau/platyplus-api


https://github.com/plmercereau/platyplus-api

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

---
frontmatterval: bidon
---

# PlatyPlus API

Create a virtual environment:
```bash
python3.6 -m venv env
source venv/bin/activate
```

Install everything needed:
```bash
pip install -r requirements/requirements.txt
```

Create the database and run the server:
```
python manage.py migrate
python manage.py runserver
```

You should be able to access the server on [here](http://localhost:8000/graphql).

TODO: env variables
TODO: heroku