bqwerr / to-do-list

A Simple User Specific to-do list application using Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



User Specific To-Do List

A user specific to-do list application built using Django Web Application framework.

Repository · View More »


Built With

My Skills


Getting Started

To get a local copy of this application up and running follow these example steps.

Prerequisites

  • Python has to be installed in your local machine.

Installation

  1. Clone the repository

    git clone https://github.com/bqwerr/to-do-list.git
  2. In the root project directory, open a terminal and create a virtual environment to install python libraries.

    pip install virtualenv
    virtualenv env
    env\Scripts\activate
    
  3. Now install python libraries

    pip install -r requirements.txt
    
  4. Run the application, using below commands in sequence

    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver
    

Contact

GMail · LinkedIn · GitHub · Website

About

A Simple User Specific to-do list application using Django.


Languages

Language:Python 72.8%Language:HTML 27.2%