A Blogging Website (Content Management System) project using DJANGO. Any user can register as a blogger, follow any existing blogger, post some blogs, react to others blogs,etc.
We have used DJANGO at the back-end and HTML, Bootstrap at front-end. We have plans to make the front-end using HTML CSS & JS and upscale the look and user experience of our Website. We are planning to provide more features to our users such as a space for private blogs (Draft) and much more.
Front End | Back End |
---|---|
HTML, CSS, JavaScript | Django (Python) |
We would love to have your contibutions! See something you can help make better? Follow these steps to get started.
- Fork the repository.
- Clone the Forked repo:
- click on the green button which says "CODE".
- copy the cloning link
- open git bash or command prompt and run the code
git clone <repo link>
- Make changes to your Fork.
- Create a Pull Request and link to any relevant issues.
You can run the program using VSC with these steps.
- Open the bloggram folder in VS Code.
- Install all the items in requirements.txt:
pip install dj_static crispy forms ...
- In the command prompt (or VS Code terminal) run the command :
python manage.py runserver
. - Go to local host by:
- Click on the local host link generated OR
- Go to your browser and open local host.
The credentials for admin role are:
- username -jayesh
- pass- jks2021