- 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.
- Need to install this. (https://aka.ms/vs/17/release/vc_redist.x64.exe)
Clone the repository
Move into server directory (django):
pip install -r requirements.txt
python manage.py runserver --noreload (Open command line as Administrator)
Move into client directory (ReactJS)
cd client
Install dependencies
npm install
Start the project
npm start