Skip to content

sohamw03/Codegemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codegemini Blog Project

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.

Screenshots

Here are some screenshots of the Codegemini Blog Project:

  • Home page image

  • Blog page image

  • Comment section image

  • Admin panel image

Features

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

Setup

To set up the Codegemini Blog Project, follow these steps:

  1. Clone the repository to your local machine
gh repo clone sohamw03/Codegemini
  1. Create a virtual environment
python -m venv env
  1. Activate the virtual environment
source env/bin/activate
  1. Install the requirements
pip install -r requirements.txt
  1. Run the server
python manage.py runserver
  1. Open the website in your browser
http://localhost:8000/

Credits

The Codegemini Blog Project was developed by me and inspired by CodeWithHarry.com

About

Blogging website created with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published