Installation guide 1. Clone the repository git clone 2. Install dependencies cd client npm i cd ../server npm i 3. Start the server with nodemon npm run dev 4. Start the client npm start 5. Open the browser http://localhost:3000