/react-todo

Simple React/Django task manager

Primary LanguageJavaScriptMIT LicenseMIT

React-Todo

Build Status Github Releases MIT Licence

React-Todo is a simple React/Django task manager with authentication

Backend:

  • Python 3
  • Django
  • django-rest-framework (DRF)

Frontend

  • React
  • React-Router
  • Redux
  • Babel
  • SASS
  • Webpack

Backend Setup

Clone the repositroy:

git clone https://github.com/dmryutov/react-todo/
cd react-todo

Install Dependencies:

cd backend
pip install -r requirements.txt

Make Migrations:

./manage.py makemigrations
./manage.py migrate

Start server for your REST-API:

./manage.py runserver

Frontend Setup:

Go to root and Open another terminal window

cd frontend

Install Dependencies:

npm install

Run Server:-

npm start

To see live application open http://localhost:8000 in your browser window

Thanks

Berwin for beautiful application template