This project is used for the training of Javascript and JQuery
$ cd client && npm i && cd ..
$ cd server && npm i && cd ..
Both client and server are on watch mode so you will need to execute the following in two different termina window
$ cd client && npm start
$ cd server && npm start