Learning-Miner / LearningMiner-Backend

REST-API for LearningMiner.

Home Page:https://learning-miner-rest.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LearningMiner-Backend

Welcome to Backend repository for LearningMiner

Set up for development

  1. Clone the repo in a convenient location.

  2. cd to the folder /LearningMiner-Backend.

  3. Create a virtual environment: On Linux/Unix run python3 -m venv venv On Windows run python -m venv venv

  4. Activate the virtual environment created: On Linux/Unix run source venv/bin/activate On Windows run venv\Scripts\activate.bat

  5. Install dependencies with pip install -r requirements.txt

  6. Run app with python app.py

Documentation for this API can be found on this link.