dimkoug / todolist

ToDo application with django REST and angular 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo application

A basic todo application with django 2* djangorestframework and angular 7

Quick start

  1. Clone repo like this::

    git clone https://github.com/dimkoug/todolist.git

  2. Create a virtualenv::

    python3 -m venv virtualenv

  3. Activate virtualenv

  4. Install packages from requirements.txt file

  5. Create settings_local.py with settings from settings_local_sample.py

  6. Run python manage.py migrate

  7. Start the development server and visit http://127.0.0.1:8000/

  8. Open another terminal window in folder website is the angular application

  9. run with ng serve

About

ToDo application with django REST and angular 7


Languages

Language:Python 43.8%Language:TypeScript 41.1%Language:HTML 7.7%Language:JavaScript 7.1%Language:CSS 0.3%