Skip to content

Deflaus/Base-Auth-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Base-Auth-Service

Base of FastAPI microservice for authentication

alt text

Technology stack

  1. FastAPI
  2. PostgreSQL
  3. Redis
  4. Docker-compose

Run

Run local environment stack

docker-compose up -d --build

Install poetry

pip install poetry

Following commands are executed in the src directory

Install the project dependencies

poetry install

Spawn a shell within the virtual environment

poetry shell

Run the server

uvicorn main:app --reload

Run linter check

make lint

Run linter fix

make fix

Run tests check

make test

About

🐍 Microservice for authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages