- Setup this repo locally
pip -r requirements.txt
- Edit database connection details in
config.json
- If you're using linux , run
sudo chmod +x ./app.sh
and./app.sh
- If you're using windows , run
uvicorn main:app --reload
- set
listAPI
to true inconfig.json
- start the application
- search
host:port/docs
[ example : http://127.0.0.1:8000/docs ]
- configure email connection in
config.json
- start to use
controller/email:sendEmail
function