This project uses yarn workspace v1 to manage dependencies
yarn# start server
yarn start:server
# start client
yarn start:client- client website is available by default on the url:
http://localhost:3000 - server is available by default on the url:
http://localhost:5000
The server is configured to accept all domain requests (
Access-Control-Allow-Origin: *)
The technical test specifications are available here