Skip to content

A todo app built with Django and Reactjs app 😀

Notifications You must be signed in to change notification settings

Onlynfk/django-react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-react-todo-app

A fully functional todo django/react app >> Work in Progress 😊

Getting Started

  1. Install Python, Yarn, Nodejs
  2. Clone the repo
$ git clone https://github.com/Onlynfk/django-react-todo-app.git
$ cd django-react-todo-app
  • Install pipenv, a python virtual environment manager.

  • Before you start you are to open two terminals one for backend and another for frontend

  1. Now ensure you are in root directory to install the backend servers (first terminal)
$ pipenv shell
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
  1. Now Install frontend dependencies and run watch frontend (second terminal)
$ cd frontend
$ yarn install or npm install
$ npm run dev
  1. View on your browser ( to see it's working)
http://127.0.0.1:8000/frontend/

About

A todo app built with Django and Reactjs app 😀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published