The Api runs on fly.dev
/ - GET - retunrs wellcome message
/gettodos - POST - returns all todos
/addtodo - POST - adds a todo to DB
/deletetodo - POST - deletes a todo from DB
/updatetodo - POST - updates a todo from DB
- Clone the repo
- Run
npm install - Run
npm serve - Open
http://localhost:8080/in your browser
- Clone the repo
- fly launch --now
First install the fly.io CLI. pwershell on windows or bash on linux or mac.
And sign in CLI and login with flyctl auth login