Blog Lite: A comprehensive web application built with Vue.js for the frontend, Flask for the backend, and incorporates Redis and Celery for caching, task scheduling, and enhanced performance.
Blog lite incorporates a secure user authentication system. Only registered users can create and manage their blog posts. By implementing authentication, we ensure the privacy and security of your blogs.
project.des.mp4
To enhance performance, Blog lite utilizes Redis for caching frequently accessed data. Caching significantly reduces database queries, leading to faster response times and better user experience.
By using Redis, Blog lite improves the overall responsiveness of the application, providing users with a smooth and efficient blogging experience.
- Node.js - Download & Install Node.js
- Redis - Download & Install Redis
- Clone the repository:
git clone https://github.com/bantu-4879/Blog-Lite.git
cd blog-lite
- Install dependencies:
npm install
Blog lite is open-source and available under the MIT License.