Skip to content

karthikbalajikb/Footballer-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GYANMATRIX - FOOTBALLERS ARENA

Tech Stack

  • Back end - NodeJS , Express
  • Database - MongoDB
  • Front end - ReactJS

BACK END SETUP

  1. Move into server folder Run cd server

  2. Install server node modules Run npm install

  3. Run API development server Run node app.js

API Server will be running at port http://localhost:4000

FRONT SETUP

  1. Install node_modules Run npm install from project root

  2. Run UI development server Run npm start

Open browser and visit http://localhost:3000/

DATABASE

  • MongoDB ATLAS is used for database and connection is made using connection string

Note

  • node version = 6.11.5

Releases

No releases published

Packages

No packages published