This project is a User lists of products POC.
Go to the project directory, open the Powershell and run command:
docker-compose up
You need to initialize database. Go to Hepsiorada.Infrastructure folder run this command:
dotnet ef --startup-project ..\Hepsiorada.Api\ database update
You can add test data automaticaly by using GET /api/v{version}/Tests/addtestdata
and GET /api/v{version}/Tests/lists
endpoints
This Application runs on http://localhost:1881/swagger/index.html
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.