foy4748 / reactify-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reactify

An Educational Website

(SERVER SIDE CODE)

API Endpoints Documentation

  • "/"
    • Returns all posts available.
    • { error: Boolean, working: Boolean, data: JSON}
  • "/:postId"
    • Returns an individual post
    • { id: String, title: String, post: MarkDown }
  • "/titles"
    • Returns an array of titles of the available posts.
    • [{id: String, title: String, brief: String},...]

About


Languages

Language:JavaScript 100.0%