View the docs here: https://audiopedia-t4sg.github.io/api-docs/
Local installation instructions:
- Use Python 3.6.5
- Recommended: use
virtualenv -p ~/.pyenv/shims/python3.6 ~/.virtualenvs/apito create the virtual environment (must installvirtualenvandpyenvand runpyenv install -v 3.6.5for this to work) source ~/.virtualenvs/api/bin/activateto activate the virtual environmentdeactivateto deactivate
- Recommended: use
- Add
secure.py(not included in GitHub repo) toaudiopedia/audiopediadirectory - From the
audiopedia/directory runpip install -r requirements.txt - From the
audiopedia/directory runpython manage.py migrate
To run the project locally, run python manage.py runserver and navigate to http://localhost/graphql to interact with the GraphiQL explorer. See documentation for example queries/mutations.