# learning-api **Repository Path**: mirrors_mozilla/learning-api ## Basic Information - **Project Name**: learning-api - **Description**: INACTIVE - http://mzl.la/ghe-archive - learning.mozilla.org's API server - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## API server for learning.mozilla.org site ### How to run the server #### Prerequisite 1. Git 2. Python 3 #### Install 1. Install dependencies ``` $ pip install -r requirements.txt ``` 2. Copy `.env` ``` cp env.sample .env ``` 3. Run the migration script ``` $ python app/manage.py migrate ``` #### Run the server ``` $ python app/manage.py runserver ``` #### Environment variables This app should work out of the box, unless you want to override some of the env which can be found in `.env` file.