Skip to content

bbchallenge/bbchallenge-api

Repository files navigation

bbchallenge API

This code is the backend of https://bbchallenge.org.

Installing bbchallenge-api

python3.9 -m venv venv
source venv/bin/activate
pip install --upgrade pip

Two cases:

  • production: pip install -r requirements.txt
  • development: pip install -r requirements-dev.txt

Running bbchallenge-api

bbchallenge-api relies on several binary files:

Once you have setup these files, you are good to go with:

  • production: python run_gunicorn.py (for production deployment you may use a nginx/wsgi/systemd setup on top of gunicorn, this tutorial can help you)
  • development: python run.py (or flask run but you may have to run hash -r first)

About

Backend of https://www.bbchallenge.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages