eqmvii / blogserver

a server for the react/redux test blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server to connect to React/Redux Blog Test Application

Goal:

  • /api/posts - GET - fetches 40 most recent posts from the database and returns them as an array of objects

  • /api/posts - POST - creates a new object and returns it with an assigned I.D.

  • /api/posts/:id - GET - fetch one blog post.

  • api/posts/:id - DELETE - delete and return a post.

About

a server for the react/redux test blog


Languages

Language:JavaScript 97.0%Language:HTML 3.0%