The project includes various features such as authentication, comments, and a TinyMCE editor for the admin panel. The platform is developed using Django, Bootstrap, JQuery and HTML, CSS, JS.
Here are some screenshots of the Codegemini Blog Project:
The Codegemini Blog Project includes the following features:
-
Authentication
- Signup
- Login
- Logout
-
Blogging functionality
- Home page
- Blog post page
- Comment section
- Search functionality
-
Admin panel
- TinyMCE editor
- Comment management
To set up the Codegemini Blog Project, follow these steps:
- Clone the repository to your local machine
gh repo clone sohamw03/Codegemini
- Create a virtual environment
python -m venv env
- Activate the virtual environment
source env/bin/activate
- Install the requirements
pip install -r requirements.txt
- Run the server
python manage.py runserver
- Open the website in your browser
http://localhost:8000/
The Codegemini Blog Project was developed by me and inspired by CodeWithHarry.com