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.
- 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