Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 354 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 354 Bytes

hyperbudget-backend-sanic

Sanic-based backend for https://api.hyperbudget.net/

Configure

cp .env.example .env

Add api keys in .env

Install & Run

Without docker

  • Install pipenv and python 3.7, then:
pinenv install
pienv run python app.py

With docker

docker-compose up --build hyperbudget-backend-sanic