Skip to content

Keenpachi/fastapi_sqlalchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Fastapi app with usage of SQLAlchemy

Installation

mySQL

sudo apt install mysql-server
sudo mysql

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY {password};
FLUSH PRIVILEGES;
CREATE DATABASE ziptie;

App

cd ziptie
pip install -r requirements.txt

Setup

update password in .env file

password = {password}

Run

uvicorn app.main:app --reload

Usage

http://127.0.0.1:8000/docs#/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages