Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

You needs MongoDB installed! => Donwload

FastAPI + MongoDB CRUD (So Basic)

wakatime

Is my try to learn FastAPI and a little of MongoDB, the APi can:

  • Users CRUD -> Create, Read, Update, Delete
  • Tasks CRUD -> Create, Read, Update, Delete

How can you run?

First: Create a Python Virtual Environment

Important

You can use InitVenv

# Create Venv
python -m venv .venv

# Activate Venv

# Windows
.venv\Scripts\activate

Then: Install Dependencies

Important

You can use InitVenv

pip install -r requirements.txt

Finally: Run The API/Server

  • Just to use
uvicorn main:app
  • To Devs
uvicorn main:app --reload --port 5000

About

A lightweight FastPI CRUD to learn (+MongoDB)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages