Skip to content

jansensan/tennis-service-trainer-api

Repository files navigation

Tennis Service Trainer API

API (webservices) for the Tennis Service Trainer project.

See the project presentation slides.


Collaborators


Usage

Dependencies

Ensure you install these modules globally on your development machine:

  • Node: This runs a JavaScript server locally which fetches the libraries necessary to build this project.

Installation

  • Open a Terminal/cmd.exe window
  • Go to the root of this project's directory
  • Run npm install, which will install the necessary dependencies

Set the environment variables

For security reasons, the .env file at the root of the project is not committed to version control. However, it is necessary to create one for the server to work.

See .env-sample for the structure. The address and the and port must match what the Processing prototype and the server need.

Contact the administrators of the repository for any guidance.

Run the prototype

Start the server

  • Open a Terminal/cmd.exe window
  • Go to the root of this project's directory
  • Run npm start, which will start the local server in the Terminal window

From this point, the console will show information according to the actions taken in the Processing prototype.

Stop the server

  • Go to the Terminal/cmd.exe window in which the server is running
  • Type the following command: CTRL+C

Contribution

Read the contribution guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published