Skip to content

techwithpat/trackingapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Tracking Web API with ASP.NET Core and .NET 6

This project provides an example of how to create a Web API using ASP.NET Core and .NET 6 for an issue tracking application. The Web API is a RESTful service that exposes a set of endpoints for managing issues. Additionally, this solution includes a console client application that consumes the Web API endpoints.

Getting Started

To run the application, follow these steps:

  1. Clone the repository: git clone https://github.com/techwithpat/trackingapi.git.
  2. Open the solution in Visual Studio or your favorite code editor.
  3. Set the trackingapi project as the startup project.
  4. Run the application.

The Web API uses a SQLite database to store issues but you can choose any EF Core provider you like. To run the client console application, follow these steps:

  1. Right-click on the project tracking.client.
  2. Run the application. The client application will use the Web API endpoints to perform various operations, including creating and updating issues, adding and deleting comments, and retrieving lists of issues.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Web API with ASP.NET Core and .NET 6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages