Skip to content

FarhanKhan1911/Farhan-Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farhan-Todo

Introduction

Farhan to-do is todo app that will help you to manage your daily tasks.

Features

  • User Registration
  • Add todo tasks
  • Complete the todo task

Technology used

  • Django v-3.0.7
  • Postgres-sql

Usuage

Clone Repository

Copy Paste the following commands to clone the repo

    git clone https://github.com/FarhanKhan1911/Farhan-Todo

Go inside the directory and install the module from requirements.txt

  pip install -r requirements.txt

Then make the migrations and then migrate the database

   python manage.py makemigrations
   python manage.py migrate

Create the superuser

  python manage.py createsuperuser

Now run the django server

  python manage.py runserver

Now you goto localhost:8000 to see the website

    http://127.0.0.1:8000/

Live Website

About

Farhan to-do is a web app that will help you to manage your daily tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published