"Food Guessr" is an interactive website allowing the user to discover dishes from all over the world through a fun search game / quiz. The name or photo of a random dish is displayed and the player must select on a 3D globe the country of origin of the dish. Detailed dish information is then displayed if the user wants to know more.
- KUMAR Aman (github : CodeOne45) - Project Manager / Full-Stack Developer
- LIN Xiumin (github : Xiumin-Lin) - Backend Developer
- VAN Steven (github : Steven) - Frontend Developer / Designer
- GLARNER Eliot (github : epg1213) - Developer
- KHALFAOUI Loqman (github : lokiklf) - Developer
- Node.js version 14.16.0 or above
First you should clone the repository
git clone https://github.com/CodeOne45/food-guessr
Then, you must install all the modules necessary for the functioning of Food Guessr
npm install
And finally you can launch the project
npm start
Development
npm install
npm start
Production (before running the server you should compile all client code for client usage and SSR)
npm install
npm run compile
npm run compile-ssr