This project imports a file containing financial transactions in a business context aimed at selling products by creators and affiliates.
For more information, access a wiki page
You can read this content in portuguese
To run the project, you need to have docker installed on your machine.
Open a command prompt window in the folder where the docker-compose.yml file is located and run the command below:
docker-compose up
After the execution is finished, access the URL http://localhost:5000/swagger/index.html to view the backend endpoints and the URL http://localhost:4300/ to access the WEB application.
Backend API
Frontend
- Database MySQL versão 8.0.25
- Entity Framework Core versão 6.0.21
- Asp Net Identity versão 6.0.21
- .NET versão 6
- Angular versão 16
- Bootstrap
- Docker e Docker Compose
This is a challenge by Coodesh