Personal blogging platform with cute styling
Top 66.8% on sourcepulse
This project provides a personal blogging platform with a cute aesthetic, built using React and TypeScript for the frontend, and a Spring Boot backend (separate repository). It's designed for individuals looking for a customizable and visually appealing personal website to share their content.
How It Works
The frontend is a Single Page Application (SPA) built with React and TypeScript, leveraging Vite for fast development builds. It utilizes React Router for navigation, Redux for state management, and Framer Motion for animations. Axios handles API requests to the backend.
Quick Start & Requirements
cd Memory-Blog && npm install
npm run dev
http://127.0.0.1:8080
).docker run -d -p 82:80 -e BACK_API=<backend_address> --name memory karensky/memory_blog:latest
.env
file for VITE_HTTP_BASEURL
and VITE_CHAT_GPT_TOKEN
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project relies on a separate backend repository (Memory Core
) which is not included here. The README does not detail the backend's requirements or status. The availability and functionality of the blog are dependent on the separate backend service.
9 months ago
Inactive