vladigeras / todo-list-app

Simple todo application with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

An example TODO LIST project on ReactJS (frontend) and Python Django (backend) together .

Features

  1. Create new task by date
  2. Update an existing task
  3. Show tasks by date
  4. Delete an existing task

Run

Run frontend module:
$ cd frontend
$ npm install
$ npm start
Server will be available on localhost:3000 

Run backend module:
$ cd backend
$ python manage.py runserver
Server will be available on localhost:8000

Notes

The application use database PostgreSQL. Connection settings are located in /backend/backend/settings.py Find object DATABASE with properties here.

Enjoy!

About

Simple todo application with ReactJS


Languages

Language:JavaScript 44.2%Language:Python 41.6%Language:HTML 9.0%Language:CSS 5.2%