MiraBlog is a personal blogging platform where I can share my thoughts, experiences, and ideas.
- User Authentication: Secure login and registration system.
- Create and Edit Posts: Easily write, edit, and delete blog posts.
- Responsive Design: Mobile-friendly layout that looks great on any device.
- Comments
MiraBlog consists of two main parts: the API and the UI. Follow the instructions below to set up both parts on your local machine.
Make sure you have the following installed:
-
Navigate to the API directory
cd miraBlog/api
-
Navigate to the UI directory
cd miraBlog/ui
-
then
npm install
npm start