This is a simple Todo List API built in .NET 8. This project is currently being used for .NET full-stack candidates.
The project comes with a devcontainer that provisions a SQL Server database. If you are not going to use the devcontainer, make sure to provision a SQL Server database and update the connection string.
To build the application:
dotnet build
To run the TodoApi in your local environment:
dotnet run --project TodoApi
To run tests:
dotnet test
Check integration tests at: (https://github.com/crunchloop/interview-tests)
- Martín Fernández ([email protected])
We strongly believe in giving back 🚀. Let's work together Get in touch
.