Skip to content

Learning-Miner/LearningMiner-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.