Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 953 Bytes

ASP.Net Web API

Description

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.

Features

  • /swagger endpoint for API documentation
  • CRUD operations on a list of product items

Installation

  1. Clone the repository: git clone https://github.com/appvia/aspnet-app.git
  2. Run docker compose up --build --detach

Usage

  1. Open the app in your browser: http://localhost:8080/swagger (may take a few seconds to start up)
  2. Expand the API endpoints and "Try it out"

Published Images

The images are published on Github Container Registry: https://github.com/appvia/todo-app/pkgs/container/aspnet-app

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.