FoodWizard is a mobile and web application designed to help users discover and explore local restaurants, track their dining experiences, and share their reviews. It is aimed at food enthusiasts who want to enhance their culinary adventures and restaurant owners who wish to engage with customers through feedback and promotions.
FoodWizard offers features such as restaurant discovery, user profiles, gamification elements (like points and achievements), social networking capabilities, and personalized recommendations based on user preferences.
For information about contributing please check our wiki.
To install FoodWizard, you'll need to have .NET SDK installed on your machine. Then run the following commands:
git clone https://gitlab.estg.ipp.pt/foodwizard/foodwizard-api.git
cd foodwizard-api
dotnet restoreTo run the application, execute the following command:
dotnet runTo run tests, use the following command:
dotnet test