Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 258 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 258 Bytes

How to run:

  1. Start the server
  • uvicorn main:app --reload
  1. To view api, go to this link
  1. If you want to setup a public endpoint you can use ngrok but it's not recommended for public user...
  • ngrok http (port # here)