Welcome to Backend repository for LearningMiner
Set up for development
-
Clone the repo in a convenient location.
-
cd to the folder /LearningMiner-Backend.
-
Create a virtual environment: On Linux/Unix run
python3 -m venv venv
On Windows runpython -m venv venv
-
Activate the virtual environment created: On Linux/Unix run
source venv/bin/activate
On Windows runvenv\Scripts\activate.bat
-
Install dependencies with
pip install -r requirements.txt
-
Run app with
python app.py
Documentation for this API can be found on this link.