Skip to content

Example ASP.Net Web API using a Microsoft SQL Server Database

License

Notifications You must be signed in to change notification settings

appvia/aspnet-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.