Skip to content

A webapp made on Django that helps you keep track of your to-dos, and help you manage your activities and time. It has basic CRUD operations and uses a user based authentication to keep the to-dos seperated for different users

Notifications You must be signed in to change notification settings

mayankdhnkr/toodoowoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TooDooWoo

Django
A webapp made on Django that helps you keep track of your to-dos, and help you manage your activities and time. It has basic CRUD operations and uses a user based authentication to keep the to-dos seperated for different users

Features

  • Make todos
  • Edit, Complete, Delete todos
  • User Authentication

Installation

  1. Clone repository
git clone https://github.com/mayankdhnkr/toodoowoo.git
  1. Navigate to project directory
cd todo
  1. Create a virtual environment:
python -m venv myenv
  1. Activate the virtual environment:
myenv\Scripts\activate
  1. Install the project dependencies:
pip install -r requirements.txt
  1. Run database migrations:
python manage.py migrate
  1. Start the development server:
python manage.py runserver

About

A webapp made on Django that helps you keep track of your to-dos, and help you manage your activities and time. It has basic CRUD operations and uses a user based authentication to keep the to-dos seperated for different users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published