Use the web app
1
Open the app
Go to https://naijataste.onrender.com in your browser. The app loads immediately — no sign-in required.
2
Choose a taste persona
Select the persona that best matches how you eat:
- Lagos Professional — values ambience, speed, and consistent quality; moderate price sensitivity
- Street Food Enthusiast — prioritises bold flavour and generous portions over presentation; low price sensitivity
- The Aunty — high standards for homestyle cooking, portion size, and value; vocal when disappointed
3
Get recommendations or simulate a review
Choose which feature to use:
- Recommendation Engine — enter a location or allow the app to use your GPS. The engine returns ranked restaurants within 5km, filtered by your persona’s preferences.
- Review Simulator — enter a restaurant name, location, and a few features (ambience, food quality, service). The engine generates a Pidgin English review with a star rating and tone label.
4
Save your reviews (optional)
Sign in with your account to save simulated reviews and revisit your favourite spots. Without signing in, results are not persisted between sessions.
First API call
The NaijaTaste REST API base URL is:Content-Type: application/json header.
The example below calls POST /simulate-review to generate a Pidgin English review for Yellow Chilli Victoria Island from a balanced persona.
Expected response
No API key or
Authorization header is needed for POST /simulate-review or POST /recommend. These are public endpoints.Next steps
- Read the Review Simulator docs to understand persona fields and how rating tendency affects output
- Explore the Recommendation Engine to learn how GPS and persona profiles combine to rank results
- Browse the full API Reference for all available endpoints