A web application to show and save sales using .NET 6
##About API to consume data from the Github API and persist it in the database according to business rules:
a) Fetch and store the top repositories for 5 languages of your choice; b) List the repositories found; c) View the details of each repository.
You can use docker-compose to run this application with:
docker-compose up --buildThere are 2 instances in the docker compose, an instance of postgres, the backend application writen in .NET 6
When you run the docker-compose command will run in:
The tests it's already in the Dockerfile script and runs when you build the application, you can see the logs in the terminal that you run the application
You can access http://localhost:5015/swagger/index.html to see a swagger documentation of the API
Open issues for improvements here: issues.