Skip to content

Mlinzo/finance_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Finance Api

Installation

This api requires Python v3.10 and MySQL server up to run.

Windows

Create virtual environment and install the dependencies.

cd finance_api
python -m venv venv
venv\Scripts\activate
cd app
pip install -r requirements.txt

Add database connection string to .env file and start the server.

uvicorn main:app --port 8080

Docs

After server is up just go to http://localhost:8080/docs to see the docs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •