React-Todo is a simple React/Django task manager with authentication
- Python 3
- Django
- django-rest-framework (DRF)
- React
- React-Router
- Redux
- Babel
- SASS
- Webpack
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
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
Berwin for beautiful application template