Skip to content

maximeoger/tennis-player-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tennis Player Stats

Instructions

1. Clone the project

$ git clone https://github.com/maximeoger/tennis-player-stats.git

This is a project about using the tennis player api to compare tennis players stats. The app does not use docker for now so please make sure to have the following dependencies installed:

Node v19.4.0

PM2

PM2 is a deamon process manager read more here

$ npm install pm2@latest -g
# or
$ yarn global add pm2

Makefile

# Using homebrew
$ brew install make

# On Ubuntu
$ sudo apt update
$ sudo apt install make

2. Before running the project

Please make sure to rename .env.example files located in both server/ and front/ directories to .env

3. How to run the project on local

Now that all the dependencies are installed on your local computer, please run the following command :

# Install the dependencies in front and server packages
$ make install
# Launch the project
$ make start

How to stop the project

$ make stop

How to run the tests from both front and server packages

$ make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published