Skip to content

FastAPI authentication app written using fastapi-jwt-auth

Notifications You must be signed in to change notification settings

s3m3dov/fastapi-auth-app

Repository files navigation

Task: Fast API, JWT Authentication, async workers

Further Details

  • This repository contains the solution for the interview task which is given by company Whelp.
  • Go to task

Initial Set-up

Using docker-compose

  • Make sure docker is running on your hardware
  • Make sure to change IPDATA_API_KEY on docker-compose.yml file.
docker-compose up -d --build

or

docker-compose -f docker-compose-local.yml up -d --build

Testing

docker-compose exec web pytest -vv
docker-compose exec web pytest --cov --cov-config=.coveragerc