This README file serves as a guide to help you get started with the project.
To get started with the project, follow these steps:
- Install dependencies:
npm install
- Start the server:
npm run dev
- Start the client side go to the client folder:
npm start
- Open the project in your browser: Navigate to
http://localhost:3000
.