July, 2021

Social BlogApp

Description:

This was first Django project and it taught me how the most popular open-source framework for web development in python works. This project is structured with the MVC (model, view, controller) framework. It has a complete SQLite database, Django-admin authentication, and the essential functions of Django CRUD (create, retrieve, update, & delete) operations.

Used Tools:

Django (BackEnd)
AngularJS (FrontEnd)
HTML, CSS
SQLite