Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 459 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 459 Bytes

score-backend

Tech stack:

  1. Python
  2. MongoDB
  3. GraphQL

Installation

Clone the project with

git clone https://github.com/cuappdev/score-backend.git

After cloning the project cd into the new directory and install dependencies with

pip install -r requirements.txt

To start the project, run the following command in the terminal

python app.py

Setting up the database

Add /graphql to the url to access the interactive GraphQL platform