Skip to content

Latest commit

 

History

History
99 lines (60 loc) · 1.85 KB

README.md

File metadata and controls

99 lines (60 loc) · 1.85 KB

Blogjet

Blog website built using HTML, CSS, JS and Django

Demo

Screenshots

App Screenshot

Acknowledgements

Features

  • 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

Setup

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

Contributing

Contributions are always welcome!

License

MIT



If you liked the repository, show your ❤️ by starring and forking it.