IEEE-VIT / django-todo

A simple To-Do-List App using a Django Backend and HTML, CSS, JS, Django-Templating-Language frontend (Server-Side)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest, 2019 with IEEE-VIT Student Branch

Django-To-Do is a Django Web Application that helps you maintain a To-DO. This repository was created to help developers get started with Open Source during Hacktoberfest

NOTE: Check out issues labelled as Hacktoberfest and start contributing!

Made with ❤️ by IEEE-VIT

Support Open Source by participating in Hacktoberfest💛

Getting Started

  1. To setup this project, create a virtual environment using Python 3.6 or higher and run the following command in your terminal (ensure that you are in the project directory):

    $ pip install -r requirements.txt

    It will set your environment up to run the project

  2. Run the following commands in your terminal:

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

    This will set your SQL database up and run your local server. Press ctrl+c to stop the server.

  3. You will find a directory named Main in the root directory of the project, most of your code should go there.

  4. Do remember to run python manage.py makemigrations in your terminal before committing changes.

Contributing

To start contributing, check out CONTRIBUTING.md. New contributors are always welcome to support this project. Check out issues labelled as Hacktoberfest if you are up for some grabs! :)

License

This project is licensed under MIT

About

A simple To-Do-List App using a Django Backend and HTML, CSS, JS, Django-Templating-Language frontend (Server-Side)

License:MIT License


Languages

Language:Python 94.6%Language:JavaScript 2.1%Language:HTML 2.0%Language:CSS 1.3%Language:Shell 0.1%Language:PureBasic 0.0%