/calorie-estimation-backend

Primary LanguagePythonApache License 2.0Apache-2.0

Calorie estimation

Calorie estimation backend project

Supports:

  • Check CI with github actions
  • flake8, mypy, precommit

Based

  • Python 3.8.0
  • pip 22.3.1

Libraries

Install (for development)

Clone the project

$ git clone git@github.com:hDn24/calorie-estimation-backend.git

Run pre-commit

for check coding conventions

$ pre-commit install
$ pre-commit run --all-files

Build & run

Make your own .env file from the example:

$ cp .env.example .env
# update values

Build and run the docker image

$ make app

API docs

Now, you can view the API docs via http://localhost:8001/docs