Home - MVCBlogs/blog-mvc-spring GitHub Wiki
Welcome to the blog-mvc-spring wiki!
This is a very basic Blog developed with Django. It follows the MVC architectural pattern and contains the following characteristics:
- Web application: the application will be deployed over a browser. Therefore, HTML, CSS, and JavaScript code will be used to develop this application.
- Posts and comments: the application will allow the management of posts and comments. It should list posts, create posts, list a single post with comments, create comments, and delete comments.
- MySQL database: the application will use a MySQL database to store the posts and comments data.
- Bootstrap CSS: the application will be designed with Bootstrap, a free and open-source CSS framework directed at responsive, mobile-first front-end web development.