25nyak / Fantasy

Fantasy sports platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantasy

  • Fantasy sports platform

How to run dev server:

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

first clone the project:

git clone https://github.com/karthicksakkaravarti/fantasy.git

Running up the frontend server:
    
    cd fantasy
    npm install
    npm run serve
Running up the backend server:
    
    pip install -r requirement.txt
    python manage.py migrate
    python manage.py runserver

About

Fantasy sports platform


Languages

Language:Python 33.2%Language:Vue 32.3%Language:JavaScript 29.8%Language:HTML 4.7%