Skip to content

UjjawalKhadanga/FantasyFootball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

FANTASY FOOTBALL

A web based application for playing Fantasy Football League made in MERN stack.

Environment Setup and Installation

  1. Install NodeJS and MongoDB Compass:

  2. Clone the repository

cd <INSTALLATION_PATH>
git clone https://github.com/UjjawalKhadanga/FantasyFootball.git
cd ./FantasyFootball
  1. Install the Node Modules for the server
cd ./server
npm install
  1. Install the Node Modules for the client
cd ../client
npm install
  1. Setup Environment Variables in server environment
cd ../server
mkdir var
cd ./var
touch .env
  1. Add the following fields in the .env file
  • MONGODB_URI = "mongodb://localhost:27017/FantasyFootball"
  • JWT_SECRET = ""
  • SALT_ROUND = 12

Run the Application

  1. Open 2 terminals:
  • In the client folder :
cd ./client
npm start
  • In the server folder :
cd ./server
npm start

About

Fantasy Football Application using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published