- Fantasy sports platform
Tools which need to install before start:
Node Js:
https://nodejs.org/en/
Test : npm -version // 6.14.10
Python:
https://www.python.org/
Test : python -V // Python 3.8.8
git clone https://github.com/karthicksakkaravarti/fantasy.git
cd fantasy
npm install
npm run serve
pip install -r requirement.txt
python manage.py migrate
python manage.py runserver