$ 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:
PM2 is a deamon process manager read more here
$ npm install pm2@latest -g
# or
$ yarn global add pm2
# Using homebrew
$ brew install make
# On Ubuntu
$ sudo apt update
$ sudo apt install make
Please make sure to rename .env.example
files located in both server/ and front/ directories to .env
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
$ make stop
$ make test