It's a Blog application, created using
- Bootstrap4 / CSS
- Django
- Sqlite
- It has user creation function so that it will work for Login/Logout function
- It has User authentication so that user can access the internal function of the app
- If user is authenticated the write blog option will appear in the nav bar
- If a normal user want to read the blog he can simply naviagte to Read here in nav bar and he can read the artcles in the read here page
- A user can contact us iff he is authenticated.
- there is the search bar in the nav, so the user can search the topic/subject of the blog from there
- Improving the search functionality so that result will be displayed over the same page
- Verification of the content by the admin so that only releavent blog will be shown on the page
- No additional module is required, the code is written for fair use, one can clone it for fair use!
- Leave a star to this repo so if u like it!