Blog API repo - click here!
Blog CMS repo - click here!
This project was made for The Odin Project's NodeJS curriculum. The goal of the project was to build a restful API that can be used to build a blog client and a blog CMS, it was made with the React JS Library, NodeJs, Express, and MongoDb.
- MongoDB
- Express
- ReactJS
- NodeJS
- PassportJS
- SASS
- Responsive design
- Markdown text in blog posts thanks to marked and dompurify
- Vistors dont need an account to leave a comment
- Passport Authentication using JSON web token for Admins (CMS only)
- MERN stack CRUD application