SinghaniaV / invsto

invsto backend interview project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to

Install requirements -

pip install -r requirements.txt

Enter the credentials in database module -

SQLALCHEMY_DATABASE_URL = 'mysql://<user>:<password>@<host>:<post>/<database>'

run the app -

uvicorn main:app

About

invsto backend interview project


Languages

Language:Python 100.0%