Skip to content

arjunlubana/reblog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reblog API

A simple API for my Reblog React Web Application for composing and publishing next generation blogs written in DraftJS.


Stack

Express

Postgresql

Sequelize ORM.

API Endpoints


Blogs

GET

  • /blogs/all

    Get all blogs

  • /blogs/:id

    Get a blog with a particular Id

POST

  • /blogs/new

    Add a blog with a particular Id

UPDATE

  • /blogs/:id/update

    Get a blog with a particular Id

DELETE

  • /blogs/"id/delete"

    Get a blog with a particular Id

Development Setup

To get up and running, run these commands in your Bash terminal or Windows Commmand Prompt;

$ git clone https://github.com/ArjunLubana/reblog-api.git 
$ cd reblog-api && yarn
$ yarn dev

About

An API for the reblog site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published