Skip to content

winniequartey/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App

A simple CRUD app to manage tasks built with FastAPI

How to run

Create and activiate virtual environment

$ python3 -m venv venv
$ source venv/bin/activate
$ export PYTHONPATH=$PWD

Install the dependencies required to run the app

(venv)$ pip3 install -r requirements.txt

Run the app

(venv)$ python3 app/main.py

About

A simple CRUD app to manage tasks built with FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages