Skip to content

Justinkokolo/thebeer-api

Repository files navigation

The Beer App Backend

The Beer App Backend is responsible for providing the API endpoints and handling the backend functionality for The Beer App.

Setup

$ dotnet run

API Documentation

The Beer App Backend provides the following API endpoints:

GET /beer/menu: Retrieves a list of beers.

GET /beer/{id}: Retrieves detailed information about a specific beer.

GET /beer/random: Retrieves a random beer.

GET /search?q={query}: Searches for beers based on the provided query

Releases

No releases published

Packages

No packages published

Languages