Skip to content

Sauberr/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App Version 1

The project for study FastAPi.

Stack:

Local Developing

All actions should be executed from the source directory of the project and only after installing all requirements.

  1. Firstly, create and activate a new virtual environment:

    python3.11 -m venv ../venv
    source ../venv/bin/activate
  2. Install packages:

    pip install --upgrade pip
    pip install -r requirements.txt