Skip to content

KevinPeng1990/Node-Play-by-Play-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Play-by-Play-Test

Overview

This is a simple example of Node.js app from Pluralsight course: Play by Play: Building a Node Web API with Sam Artioli and John Papa.

Requirement

Installation

  1. Open a command prompt in the project's root folder.
  2. Type: npm install.

Tests

  1. Start MongoDB.

  2. Start Redis.

  3. Start all servers, using following commands:

  • node pig_server.js
  • node duck_server.js
  • node pet_server.js
  1. Using Forever to start all 3 servers in 1 command prompt is recommended.

  2. You can use nodemon to start node server for development.

Reference

  1. node-web-api by Sam Artioli.
  2. node-play-by-play by Sam Artioli.

About

Example Node.js app from Pluralsight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published