https://github.com/plmercereau/platyplus-api
https://github.com/plmercereau/platyplus-api
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/plmercereau/platyplus-api
- Owner: plmercereau
- License: mit
- Created: 2018-02-16T08:22:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T21:48:34.000Z (over 3 years ago)
- Last Synced: 2025-02-07T20:30:45.208Z (4 months ago)
- Language: Python
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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