BelaEmenta-API serves as the backend for the BelaEmenta-APP. It fetches restaurant information from the Google Places API based on queries provided by the frontend.
- Clone the repository.
- Install the required packages using
npm install
. - Set up your environment variables including the
GOOGLE_PLACES_API_KEY
. - Run the server using
npm start
.
- Fetch a list of restaurants based on a query.
- Retrieve detailed information about a specific restaurant using its ID.
- Expand the API to support more features and endpoints.
If you wish to contribute, kindly fork the repository and submit a pull request.
This project is licensed under the MIT License.