Skip to content

Negat1v9/fastapi-project-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-project-tasks

The api application is developed using a framework FastApi and SQLAlchemy2.0.

  • The purposes of this application
  1. Working with users
    • Authorization and Authentication is implemented with JWT TOKEN
  2. Creating individual tasks
    • Creating
    • Changing
    • Deleting
  3. Group of users for common tasks
    • creating a group
    • adding users
    • adding individual tasks
    • adding a debtor for a task
    • editing
    • removal

launching the application

  1. Create .env file
  • With docker -> Run:
docker-compose up --build

Application runs on port 8000

  • Local with Python -> Run:
poetry install # install all packeges and dependencys
poetry run alembic upgrade head # create all table in database
poetry run python main.py # run app

Application runs on port 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages