Blog website built using HTML, CSS, JS and Django
- User authentication + forget password functionality
- Tinymce (text editor) integration for content creation
- Comment section (without using any third party services)
- Users can like, dislike, add new posts, edit a post, delete a post
- User Profile section
- Fully responsive mobile friendly
Clone the project
git clone https://github.com/Pinqua/Blogjet.git
Go to the project directory
cd Blogjet
Install dependencies
pip install -r requirements.txt
Migrate
python manage.py migrate
Start server
python manage.py runserver
Contributions are always welcome!
If you liked the repository, show your ❤️ by starring and forking it.