A project by Thomas Caissie for the Meetup Sport Tech Entrepreneurs @Montreal run on 2019-12-18.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You need Node.js and an IDE like VSCode installed.
Install the dependencies
yarn
How to launch the API ?
Copy the file .env.default to .env and set the values as you like.
yarn watch # to build typescript in background
yarn dev # to launch server on the specified port in the .env file at root
yarn test
[](https://repl.it/github/JackGaark/node-skeleton-api)