Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 631 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 631 Bytes

techgames-challenge-api

Requirements

Instructions

  • To install dependencies (not needed for running server but helps with development)
npm install
  • To run a dev server:
npm start
  • To run the tests:
npm run test
  • To run linter:
npm run lint

API Documentation

After running the dev server, docs will be at http://localhost:3000/api-docs