/TODOAppReactDjango

TODO APP in React and Django

Primary LanguageJavaScript

TODOAppReactDjango

Simple TODO APP created in React JS as frontend application and Django as backend application.

Frontend: ReactJS
Backend: Python 3.8.3, Django 3.0.2
Database: MySQL

Django Application contains both Frontend and Backend Application.

To run with Docker run below steps:

  1. Build image with command:

    docker build -f Dockerfile -t todoapp .

  2. To run the application:

    docker-compose up -d


Application will start at: http://localhost:8086