React And Django App

Prerequestics

  1. Download and install Python 3.10 on this link. https://www.python.org/ftp/python/3.10.10/python-3.10.10-amd64.exe
Don't forget to check 'pip' install and Add to Path when start python installer.

Image Description

  1. Need to install this. (https://aka.ms/vs/17/release/vc_redist.x64.exe)

Run the Project

Clone the repository

Running the Django Project

Move into server directory (django):

pip install -r requirements.txt
python manage.py runserver --noreload (Open command line as Administrator)

Running the ReactJS Project

Move into client directory (ReactJS)

cd client

Install dependencies

npm install

Start the project

npm start