In order to try this project, the users need to start both the backend and the frontend. Also, as .env.example indicates, port 3000 is used by backend, so we need to start the backend first, and then start the frontend with another port, say 3001. Otherwise, the default port for the frontend is also port 3000, which conflicts with the backend starts. I think it would be better for make a clarification on the general README.md file! Thank you