Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 736 Bytes

File metadata and controls

22 lines (17 loc) · 736 Bytes

Coverage Status Build Status

TeamWork

An internal social network for employees of an organization

Usage

To start server on a local computer

  • Clone the repo
  • cd into repo directory
  • npm install
  • npm run local-server to start the server

To run test locally

  • Clone the repo
  • cd into repo directory
  • npm install
  • npm run local-test to run test locally

For proper documentation on this API

visit teamworksng.herokuapp.com/api/v1/docs.