Skip to content

Temda/fastapi-mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Project RESTful API with Database Sqlite

https://fastapi.tiangolo.com/ https://fastapi.tiangolo.com/tutorial/sql-databases/

Tech Stack

  • FastAPI
  • SQLAlchemy (if used)
  • Pydantic
  • Sqlite
  • Python 3.7+

Getting Started

Prerequisites

  • Python 3.7+

Installation

Step-by-step instructions on how to get a development environment running.

cd project
pip install fastapi
pip install "uvicorn[standard]"
pip install sqlalchemy
uvicorn main:app --reload

About

python fastapi REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages