Skip to content

Hafizalimi7/Djang_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

About

  • Using MVT (Model-View-Template) Architecture to design Todo List Appplication

User Case

  • User can add task
  • User can delete task
  • User can view indiviual task
  • User can update task by clicking "complete button"

How to Install and Run the Project

  • mkdir [make a directory]
  • cd [make a directory]
  • setup virtual enviroment - virtualenv env
  • activate virtual enviroment - $ source env/bin/activate
  • (env) $ python -m pip install django
  • (env) $ python -m pip freeze > requirements.txt
  • git clone https://github.com/Hafizalimi7/Djang_todo.git
  • cd Django_todo
  • run on server - python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published