/Django_React

Web Application to Manage Customer Information with Django and React

Primary LanguageJavaScript

Django_React Web Application

Web Application to Manage Customer Information with Django and React

  • React, a JavaScript framework that allows developers to build web and native frontends for their REST API backends.
  • Django, a free and open-source Python web framework that follows the model view controller (MVC) software architectural pattern.
  • Django REST framework, a powerful and flexible toolkit for building REST APIs in Django.

Install Project Dependencies

pip install -r requirements.txt

Run React Server

cd frontend
npm start

Run Django Server

cd webapp
python manage.py migrate
python manage.py runserver