Skip to content

A RESTful API that serves a blog client (TOP Blog) and blog admin (TOP Blog Admin).

Notifications You must be signed in to change notification settings

raych2/blog-api

Repository files navigation

Blog API

This RESTful API serves two separate websites, TOP Blog and TOP Blog Admin. The API endpoints are authenticated with JSON web tokens via passport-jwt. Routes were tested with Postman. Authenticated users will not only be able to create, publish, update, and delete blog posts, but they'll also have the ability to delete comments. Viewers will only be allowed to add comments to blog posts. I gained more practice using MongoDB and Mongoose, securing passwords with bcryptjs, and using Express middleware (i.e. express-validator). The project guidelines are listed in The Odin Project Node.js curriculum.

Live Demo on Heroku

Related Repositories

Technologies Used

About

A RESTful API that serves a blog client (TOP Blog) and blog admin (TOP Blog Admin).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published