Skip to content

DD-DeCaF/memote-webservice

 
 

Repository files navigation

memote Webservice

Build Status Codecov

Development

Run make setup first when initializing the project for the first time. Type make to see all commands.

Environment

Specify environment variables in a .env file. See docker-compose.yml for the possible variables and their default values.

  • Set ENVIRONMENT to either
    • development,
    • testing, or
    • production.
  • SECRET_KEY Flask secret key. Will be randomly generated in development and testing environments.
  • SENTRY_DSN DSN for reporting exceptions to Sentry.
  • ALLOWED_ORIGINS: Comma-seperated list of CORS allowed origins.

Releases

No releases published

Languages

  • Python 77.2%
  • HTML 10.1%
  • Makefile 8.2%
  • Dockerfile 2.5%
  • Shell 2.0%