Skip to content

SAMAD101/ToDo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started

How to run this project locally:

  • Install virtualenv python package to create a virtual environment.
pip install virtualenv
  • Make and start a virtual environment.

For Linux/MacOS:

python -m venv .venv
source .venv/bin/activate

For Windows:

py -m venv .venv
source .venv/Scripts/activate

  • Install the necessary libraries.
pip install -r requirements/development.txt
  • Migrate Django models.
python manage.py migrate
  • Start the server.
python manage.py runserver

Screenshots:

2023-05-23 (6) 2023-05-23 (7)

About

Simple ToDo webapp using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors