/sqlite-blogApp

A Simple Blog REST-API using NodeJS and Sqlite3

Primary LanguageJavaScript

sqlite-blogApp

Usage

$ git clone https://github.com/rishirajreddy/sqlite-blogApp

$ npm start [development]

EndPoints

Users

  • /register
  • /login

Posts

  • 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