Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.05 KB

Jessica Janiuk's Personal Website API

Build Status

This is the rest API that goes along with Jessica Janiuk's personal website at JessicaJaniuk.com. That repo is located here.

This API project is using express and node.js.

Backlog

  • Add server
  • Add routing
  • Add CORS
  • Add jwt
  • Add sequelize
  • Add migrations and seeds
  • Add controllers
  • Add automated deploy scripts
  • Add authentication endpoints
  • Add page key field
  • Add pagination
  • Add Post Categories
  • Add Post Tags
  • Add post key field
  • Add getPostByKey endpoint
  • Add getPostsByCategory endpoint
  • Add indexes
  • Add open graph meta fields
  • Backfill old data
  • Add blog calendar endpoints
  • Add blog history endpoints
  • Add blog search endpoints
  • Add comment table
  • Add comment endpoints
  • Backfill tests