/todo

To Do list is a simple web api to save Your daily tasks in order not to miss anything.

Primary LanguagePython

To-Do-List forthebadge

python License

To Do list is a simple web api to save Your daily tasks in order not to miss anything. Its Created by using python Django backend

Installing

To download the project follow the instructions bellow

git clone https://github.com/eddyvk01/todo
cd todo

Setup Virtual environment

pip install virtualenv

virtualenv <your_env_name>

Activate environment and Install dependencies and run with:

pip install -r requirements. txt
python manage.py  migrate
python manage.py makemigrations

python manage.py runserver

PRE-REQUISITES

Your laptop with python 3.6.x (onwards) installed.

NOTE: Those with Linux and MacOSX would have Python installed by default, no action required.

Windows: Download the version for your laptop via https://www.python.org/downloads/

NOTES In your preferred editor, make sure indentation is set to "4 spaces".

  • Make sure you have Django installed in python otherwise code may fail, to install Django in your machine > open python in your terminal then type pip install django to install. ⚠️

Run using Python3.9+

  1. Clone or download repositiory: https://github.com/eddyvk01/todo
  2. In source folder, run python manage.py runserver to start program, optionally, run with --help argument to see other runtime options.

ThankYou!