Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Create .env at root
HOST_IP=localhost
JWT_ALGORITHM=HS256
JWT_SECRET_KEY=SOME_SECRET_KEY
  1. Start container
podman compose -p api up
  1. Migrate database
podman exec -it api uv run alembic upgrade head
  1. Open HOST-IP:8000/docs to see API documentation
  2. Use any API Client (Postman, Posting, etc) to see how JWT Token works

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages