ongraphpythondev / fastapi_crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastApi CRUD

This POC is an example of CRUD apis . This POC includes the following:

  1. Create
  2. Read
  3. Update
  4. Delete

Prerequisites

You will need the following programmes properly installed on your computer.
Python 3.7+

Installation and Running

clone the repository

git clone https://github.com/ongraphpythondev/fastapi_crud.git
cd fastapi_crud

create a vertual environment

python3 -m venv .venv
.venv/bin/activate.bat

install required packages

pip install -r requirements.txt

running

uvicorn index:app --reload

About


Languages

Language:Python 99.0%Language:C 0.8%Language:PowerShell 0.1%Language:C++ 0.0%Language:Assembly 0.0%Language:Batchfile 0.0%