Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crunchloop/dotnet-interview
Todo API for dotnet interview
https://github.com/crunchloop/dotnet-interview
Last synced: about 2 months ago
JSON representation
Todo API for dotnet interview
- Host: GitHub
- URL: https://github.com/crunchloop/dotnet-interview
- Owner: crunchloop
- Created: 2022-11-27T01:07:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T14:14:08.000Z (about 2 months ago)
- Last Synced: 2024-11-26T15:23:16.050Z (about 2 months ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotnet-interview / TodoApi
[![Open in Coder](https://dev.crunchloop.io/open-in-coder.svg)](https://dev.crunchloop.io/templates/fly-containers/workspace?param.Git%[email protected]:crunchloop/dotnet-interview.git)
This is a simple Todo List API built in .NET 8. This project is currently being used for .NET full-stack candidates.
## Database
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.## Build
To build the application:
`dotnet build`
## Run the API
To run the TodoApi in your local environment:
`dotnet run --project TodoApi`
## Test
To run tests:
`dotnet test`
Check integration tests at: (https://github.com/crunchloop/interview-tests)
## Contact
- Martín Fernández ([email protected])
## About Crunchloop
![crunchloop](https://crunchloop.io/logo-blue.png)
We strongly believe in giving back :rocket:. Let's work together [`Get in touch`](https://crunchloop.io/contact).