Skip to content

titu/kidsclub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KidsClub

Data Analysis for Kids Club.

Node Version npm Version

About

A sample application showcasing:

  • Developing application using React.js
  • Using Bootstrap for UI and styling
  • Fetch data from server (mock)
  • Google chart

Prerequisites

You should have Nodejs and Git installed on your computer.

Setup

  1. Fork this repoistory and clone it to your local machine.

      git clone https://github.com/titu/kidsclub.git
  2. To install the dependencies, run the following commands in your terminal/command prompt.

      npm install

Run

  1. To start running the app, first start the api server by running the following command:

      npm run api
  2. Server should start at 3001 port. Open browser to http://localhost:3001/members, http://localhost:3001/games and http://localhost:3001/member_games . If you can see data on those endpoints, your server started successfully.

  3. Then run the following command in a new terminal:

      npm run start
  4. Open the browser to http://localhost:3000/

About

Data Analysis for Kids Club

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published