taskmate-django-app

A web app that allows user to create an account and start managing their to-do list.

GPL-3.0 License

Stars
0
Committers
2

Taskmate

Taskmate is a task manager web application built using Django Framework. The aim of this project was to understand the working of Django Framework along with its common features like MVT (Model-View-Template) architecture, working with forms, default authentication, .env files and the deployment process on Railway platform along with PostgreSQL database.

Screenshots

Demo

Deployed on Railway - https://taskmate123.up.railway.app/

If you want to try out, you can use this credential.

Username: demo Password: taskMate@43

Documentation

Official Django Documentation

Related Projects