This repository consists of files of a Blog-App created with django. This has features like:
- Sign and Login Authentication
- Reset Password option with email verification
- Create, Edit and Delete Blog Post
- Accounts page with profile picture, username and email address
- View blog post from different users
- Pagination feature with 5 blogs per page
- Display blogs based on date posted
- Sql Database to store users data along with posts.
link : https://django-blog-app1.herokuapp.com/
• A glimpse of the web app:
The Code is written in Python 3.7. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:
pip install -r requirements.txtpython manage.py runserver- Use of Amazon s3 bucket to store static files
- Adding follow feature
- Improving UI



LinkedIn