Skip to content

This is source code for a video Building A REST API With FastAPI, Beanie and MongoDB

Notifications You must be signed in to change notification settings

jod35/Build-A-REST-API-With-FastAPI-Beanie-and-MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task API

this is a simple CRUD app for tasks built using FastAPI, MongoDB and the Beanie ODM.

Run the application

  1. Install all the dependencies for the project with
pip install -r requirements.txt
  1. Run the application with
python run.py

endpoints

  • GET /tasks getalltasks
  • POST /tasks createTask
  • GET /tasks/{task_id} retrieveTask
  • PUT /tasks/{task_id} updateTask
  • DELETE /tasks/{task_id} deleteTask

About

This is source code for a video Building A REST API With FastAPI, Beanie and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages