This is a blog project developed with Django, implementing a complete CRUD system for managing posts and comments. The project allows users to create, edit, view, and delete posts, as well as interact with comments..
- Create posts
- List posts
- Update posts
- Delete posts
- Add and remove comments on posts
- User authentication for access control
- Django: Web framework for backend development
- SQLite: Local database
- HTML/CSS: Basic frontend
- Bootstrap: For responsive design (optional, if used)
- JS: for client-side interative
Clone the repository to your local machine using Git:
git clone https://github.com/Danilo-01-code/Ctrl-Alt-Postpip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserverThis project is licensed under the MIT License. See the LICENSE file for more details.
