An open API service indexing awesome lists of open source software.

https://github.com/peteroyelegbin/todo

A todo app built with Django.
https://github.com/peteroyelegbin/todo

boostrap5 django html5 python

Last synced: 2 months ago
JSON representation

A todo app built with Django.

Awesome Lists containing this project

README

          

# Todo Web App

A todo web app built with tech stack such as: Django, HTML, Bootstrap, and PostgresSQL.

In the course of development, I explored the object relational mapper (ORM), and django form, using a function based view with CRUD operations. The storage framework used are sqlite and PostgresSQL during development.

This is one of my hands-on experience with Django, CRUD operations, database development and Web hosting.