Skip to content

cristyalmonte/todo_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todolist

A simple todo list server, created with fast API

create virtual environment (recommended)

conda create -n todolist python=3.9 pip -y

conda activate todolist

install requirements

pip install requirements.txt

run mongoDB

mongo

Using Docker

docker run -d -p 27017-27019:27017-27019 --name mongodb mongo

start application

uvicorn main:app --reload

Test the API

Got to localhost:8000/docs to see the docs and make requests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages