To use this repository
For Backend
- npm i express --> in the server folder
- npm run dev --> in the server folder to run the backend server For Frontend
- npm install --> in the client folder
- npm start --> in the client folder to run the frontend server