sholehbaktiabadi / fastapi-simple-restapi

Simple FastApi CRUD Rest Api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Version

$ 3.10.12

Pip Version

$ 23.3.2

Set Virtual Env

# docs: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/
# Set virtual env 
$ python3 -m venv .venv

# Activate virtual env
$ source .venv/bin/activate

Install packages in a virtual environment

$ pip install -r requirements.txt

Running the app

# cmd
$ python main.py

About

Simple FastApi CRUD Rest Api


Languages

Language:Python 94.8%Language:Dockerfile 5.2%