Skip to content

mari-muthu-k/fastapi-boiler-plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-boiler-plate

Setup :

  1. Setup this repo locally
  2. pip -r requirements.txt
  3. Edit database connection details in config.json

Run project :

  1. If you're using linux , run sudo chmod +x ./app.sh and ./app.sh
  2. If you're using windows , run uvicorn main:app --reload

To view all the available endpoints :

To send email :

  • configure email connection in config.json
  • start to use controller/email:sendEmail function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published