Skip to content

alicoding/learning-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Copy .env
cp env.sample .env
  1. 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.

About

learning.mozilla.org's API server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%