Skip to content

MarceloPaciulli/Python-FastAPI-with-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-FastAPI-with-MySQL

REST API using Python and the FastAPI framework, with MySQL databases

Remember:

Have your web server (Apache, Nginx) and MySQL database server active, first of all. Provide the correct connection string to your database in /config/db.py. Create a virtual environment: python -m virtualenv venv (activate it). Then, run: pip install -r requirements.txt and finally, run the following command: uvicorn app:app --reload

About

REST API using Python with the FastAPI framework, with MySQL databases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published