Sunrise-backend

codecov

Development

  1. Install dependencies
  2. Setup env variables
$ set FLASK_APP=backend
$ set FLASK_ENV=development
  1. Run the app
$ flask run