TodoApp
TodoApp copied to clipboard
a Simple Todo Application With Python Django
Django Todo Application
Precedences
Features
- [x] Admin Panel
- [x] Relational Model
- [x] Able To Manage Admin Panel
- [x] Able To Customize Admin Panel
- [x] Able To Create Super Users Such as Admin
- [x] Able To Use Any Type of Databases (Current Database is Sqlite3)
- [x] Able To Add , Delete and Mark your Events as Completed in Your List
- [x] Responsive Site (Optimization)
- [x] Backend Security
Language used in This Project
WorkSpace
Installation
Linux:
Run The Command Below On Terminal 👇
~ sudo apt install docker && sudo apt install docker-compose
How To Run
~ sudo apt install docker && sudo apt install docker-compose
First of All Clone the project from here ~ git clone https://github.com/shervinbdndev/TodoApp.git
Then go To Project's Directory with ~ cd TodoApp No Matters if Your Using Windows or Linux.
Run The Commands Below On Terminal 👇
~ docker-compose build
~ docker-compose up
After that you need to open http://127.0.0.1:3000 for accessing the website.