A Demo Todo Application with Github authentication and gist export feature
This project is hosted with Heroku at https://todowithgist.herokuapp.com
- POST /api/user/projects/add : To add new project
- GET /api/user/projects : To fetch all projects of a authenticated user
- DELETE /api/user/projects : To delete a project
- GET /api/user/projects/todo : Fetch all todos of a authenticated user
- DELETE /api/user/projects/todo : Delete a todo
- GET /api/user/gist : Export a project to private Gist