Skip to content

StackPuz/Example-CRUD-FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example-CRUD-FastAPI

Prerequisites

  • Python 3.10
  • MySQL

Installation

  • Clone this repository git clone https://github.com/stackpuz/Example-CRUD-FastAPI
  • Activate virtual environment and install packages. pip install -r requirements.txt
  • Create a new database and run /database.sql script to create tables and import data.
  • Edit the database configuration in /.env file.

Run project

About

The example shows how to create the CRUD API with FastAPI and using MySQL as a database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published