Welcome to the repository of my personal blog built using Go! 🎉 This blog is a simple yet powerful web application that showcases the power and simplicity of Go for building fast and scalable applications. 🌐
- Go (Golang) – The backend is powered by the fast and efficient Go programming language.
- HTML/CSS – For crafting beautiful and responsive frontend pages. 💻🎨
- SQLite – Lightweight database to store blog posts. 📦
- Go-Routes – Custom routes for handling blog post CRUD operations. 🔄
- Create, Read, Update, Delete Posts (CRUD) – Manage your blog posts easily! 📝
- Simple and Clean UI – Focus on content with an easy-to-use interface. ✨
- Responsive Design – Works on both desktop and mobile! 📱💻
- Efficient Backend – Powered by Go for lightning-fast performance. ⚡️
- SQLite Database – Your data is stored securely with a lightweight database. 🔐
git clone https://github.com/username/my-awesome-blog.git
If you haven't installed Go yet, you can download and install it from the official website:
👉 Download Go
go mod tidy
go run main.go
The application should now be live on http://localhost:8080
. 🔥
You can deploy your blog using various platforms like Heroku, DigitalOcean, or Vercel. Make sure to set up your database connection properly for production. ⚙️
Feel free to fork this repo, create an issue, or submit a pull request if you want to add new features or fix bugs! 🔧
- Fork this repository 🍴
- Create a new branch 🌱
- Make your changes ✍️
- Commit your changes 💾
- Open a pull request 🔄
If you have any feedback, ideas, or suggestions for improvements, open an issue or reach out to me. I'd love to hear from you! 💬
This project is licensed under the MIT License - see the LICENSE file for details. 📝