Skip to content

Find Your Sports using MERN (MongoDB, Express, React, Node)

Notifications You must be signed in to change notification settings

Woongsik/findYourSport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

FIND YOUR SPORTS

Deveoping a micro service that find your sport (MongoDB, Express, React, Node)

Requirements

  • node ^4.5.0
  • npm ^3.0.0

Install from source

Make sure you have npm installed globally.

1. Clone the project:

$ git clone https://github.com/Woongsik/sports-management.git
$ cd sports-management

2. Install depencies:

$ cd client
$ npm install   # Install project dependencies
$ npm start     # Compile and launch on local environment

$ cd ..         # To back to sport-management folder
$ cd server
$ npm install   # Install project dependencies for backend side
$ node index    # To run the server

4. Navigate to http://localhost:3000

About

Find Your Sports using MERN (MongoDB, Express, React, Node)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published