marcello-teixeira / barber-shop-api

An API to processed data from the database and the webpage
https://api-barbershop.azurewebsites.net/swagger/index.html
Other
0 stars 0 forks source link

BarbShop - API šŸ’ˆ

BarbShop - API is responsible for the connection between the web page and the SQLServer database.

Swagger documentation: https://api-barbershop.azurewebsites.net/swagger.

Summary

Description šŸ“

This is a RESTful API that follows standard CRUD operations. It also integrates a Geolocation API and includes some methods for documents verification, handler tokens and generate DTOs.

Language and Technologies šŸ› ļø

Deployment ā˜ļø

The database and API are hosted by Azure.

The enviroment variables are:

Installation āš™ļø

  1. Clone the repository.
  2. Ensure the Docker are installed.
  3. Create a file named setup.env in the root like .env.example and add environment variables.
  4. Run command: docker compose --env-file setup.env up
  5. The API will be available at http://localhost:8080 and documentation at http://localhost:8080/swagger.