Welcome to InkEcho, a modern blog application built with the MERN stack. Designed for both developers and writers, this project is an educational tool to explore web development and DevOps practices.
- π Create, Edit & Delete Posts
- π€ User Profiles
- π’ Follow Your Favorite Authors
- π Caddy Reverse Proxy Integration
- π³ Docker-Compose for Easy Setup
- π Development & Production Ready
- π Learn Web Development & DevOps
InkEcho is hosted at: www.inkecho.com
InkEcho is fully containerized using Docker and can be easily set up for both development and production environments.
To run the project in development mode:
docker-compose -f docker-compose.dev.yml up --buildTo deploy the project in production mode:
docker-compose -f docker-compose.yml up --buildInkEcho is an open-source project, and contributions are highly encouraged! Feel free to submit pull requests, open issues, or suggest new features.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it as you see fit.
Happy coding! π
