Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 424 Bytes

File metadata and controls

17 lines (13 loc) · 424 Bytes

POSTit

Basic rest API using Express, Mongoose, Node.js

Things you can play with

  • Submit a new post
  • Update a post
  • Delete a post
  • Read a specific post
  • Read all the posts

To run