Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 846 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 846 Bytes

Backend

Street Art App backend. Includes:

  • GraphQL API using Graphene
  • Mongo Python ORM using mongoengine
  • MongoDB configuration

Requirements

Getting Started

  1. Navigate to the backend directory.
  2. Install python packages: pipenv install.
  3. Activate the virtual environment: pipenv shell.
  4. From inside the virtual environment, run the development server: python app.py -l
  5. To interact with the API directly. Go to http://127.0.0.1:5000/graphql

Resources