Raul-Azahares / react-django

Example of CRUD with React and Django 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-django

Example of CRUD with React and Django 2.0

Three Steps : 0.Install dependencies requirements.txt 1.Locate at /proyect and run : python manage.py makemigrations python manage.py migrate python manage.py runserver

  1. Install the dependencies of package.json:

  2. Locate at /proyect/frontend and run: npm start

Go to the browser in : http://localhost:3000/

Happy hacking!

About

Example of CRUD with React and Django 2.0


Languages

Language:JavaScript 57.5%Language:Python 33.2%Language:HTML 7.5%Language:CSS 1.8%