Skip to content

mohsen-ameli/3d-backgammon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3d-backgammon

Please follow these instructions to install and run this project locally.

System

If you are on Linux then follow these instructions to install redis, otherwise please use Google to install and run it on localhost with port 6379.
Install redis sudo apt install redis
Enable it by running sudo service redis-server start

Backend

Make a Python Virtual Environment inside the backend folder (Usually by doing python -m venv venv).
Do pip install -r requirements.txt inside the same folder.
Then run migrations python manage.py migrate
Finally start the server python manage.py runserver

Frontend

Open a second terminal and change directories to frontend.
Then do npm install followed by npm run start

Enjoy :)