Blog-tech is a simple and efficient blogging application built using Python and Django, and it integrates with AWS RDS MySQL for database management. This application allows users to register, log in, create, update, and remove blog posts. It is designed to provide a seamless user experience for blogging enthusiasts who need a straightforward platform for their writing needs.
- Login/Registration System: Secure access control allowing users to register and manage their accounts.
- Blog Management: Users can easily create, update, and delete their blog posts.
Accessing the Blog-tech visit link deployed application Heroku
To use Blog-tech, follow these steps:
-
Register and Login:
- Visit the homepage and click on 'Register'.
- After registration, log in with your credentials.
-
Creating a Blog Post:
- Navigate to the 'Add new Post' button.
- Enter the title and entrie of your post and submit.
-
Managing Blog Posts:
- View all your posts under 'Posts'.
- Use the options to edit or delete your posts and entries as needed.
-
AWS: Used for the RDS MySQL database which stores user data and blog posts.
-
Heroku: Deployment platform for making the application accessible over the web.
-
Python/Django: The application is built with Django, a high-level Python web framework that encourages rapid development and clean,pragmatic design.
This project was inspired and aided by the book "Python Crash Course, 3rd Edition" which provided resources on using Python and Django for web development.