Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 923 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 923 Bytes

bluuug 🦚

A minimalist personal blogging website with a headless CMS

The project is split into 2 sub-projects:

  1. cms-api contains the backend code for creating the API of the headless CMS.
  2. cms-gui contains the frontend code for the content management system. It is accessible only to the administrator.

Note

bluuug was a project developed for The Odin Project Blog API assignment. It is no longer being actively developed due to time constraints. Only the cms-api section is somewhat complete.

Main features

  • Headless CMS with API
  • Code highlighting in posts
  • Comments

For a more detailed breakdown of the features, see the respective READMEs of each sub-project.

Documentation

Instructions on how to setup this project locally is available in the docs folder.