Street Art App backend. Includes:
- GraphQL API using Graphene
- Mongo Python ORM using mongoengine
- MongoDB configuration
- Python 3.8
- Pipenv
- Navigate to the
backend
directory. - Install python packages:
pipenv install
. - Activate the virtual environment:
pipenv shell
. - From inside the virtual environment, run the development server:
python app.py -l
- To interact with the API directly. Go to http://127.0.0.1:5000/graphql