This project is a simple web api built using ASP.NET, and connecting to an SQL Server database. The application allows users to perform CRUD operations on a list of items.
- /swagger endpoint for API documentation
- CRUD operations on a list of product items
- Clone the repository:
git clone https://github.com/appvia/aspnet-app.git
- Run
docker compose up --build --detach
- Open the app in your browser:
http://localhost:8080/swagger
(may take a few seconds to start up) - Expand the API endpoints and "Try it out"
The images are published on Github Container Registry: https://github.com/appvia/todo-app/pkgs/container/aspnet-app
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
This project is licensed under the MIT License.