Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 469 Bytes

Post API

This is the backend for my blog pet project, it is a simple middleman API that consumes and serves data from a Notion Database that is used as a CMS.

Architecture

To find out more about how the blog works check out the first post :) WIP - Building The Blog

Endpoints

GET /posts

Returns a list of all posts in the database.

GET /posts/:id

Returns a single posts content by id.

TODO

  • Authentication
  • Swagger Docs