About | Technologies | Solution architecture | Running the API
📖 About
This is the API of IAe, Bora? project and it was developed with .NET 5 and C#.
The IAe, Bora? project is a recommendation system solution for tours and events in Grande ABC (São Paulo, Brazil) region using the concepts of artificial intelligence, machine learning models and recommendation systems, able to recommend places in the region according to the user profile, based on the answers of a questionnaire answered by the users.
⚒️ Technologies
🏙️ Solution architecture
This repository is represented by the number 4 in the architecture, if you want to view the other repositories of the solution, click on one of the items below:
🚀 Running the API
- Install the dependencies with
dotnet add package
- Start the server with
dotnet run
It will open the swagger home page in https://localhost:44393/swagger/index.html, then you can read the API documentation and make requests to all endpoints.