How to start the Server
To Install dependencies
cd server
yarn
Start the server
yarn dev
or
yarn start
To see the API docs
yarn docs
How to start the client
Install dependencies
cd client
yarn
To start the react client app.
yarn start