$ git clone https://github.com/rishirajreddy/sqlite-blogApp
$ npm start [development]
- /register
- /login
- POST /add: Adds the post
- GET /:id Gets Users Post
- GET /all Gets All Posts using Pagination
- PUT /:id Update Post
- PUT /:id Update Post
- DELETE /:id Delete Post