This is a test project for a simple products api. It is an ASP.NET Core api with Mongo integration.
To run the project you need to have Docker running. Use docker-compose up
to run the project. This will initiate all the dependencies including a seeded mongo database.
To use navigate to http://localhost:5000/swagger
Normally I'd include some unit tests with a project, but since the api is very simple the provided integration tests (postman script) a;ready provide a good coverage.
- The README with the tasks implies that ids are preceded with a '00x' and called product codes, but that's not what the tests are looking for.