https://github.com/pkini2002/studentapi
A simple web API built using ASP .Net
https://github.com/pkini2002/studentapi
api asp-net-core csharp postman-test sql-server-management-studio visual-code
Last synced: 7 months ago
JSON representation
A simple web API built using ASP .Net
- Host: GitHub
- URL: https://github.com/pkini2002/studentapi
- Owner: pkini2002
- License: apache-2.0
- Created: 2023-01-26T20:15:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T15:27:47.000Z (about 3 years ago)
- Last Synced: 2025-02-21T23:24:38.923Z (about 1 year ago)
- Topics: api, asp-net-core, csharp, postman-test, sql-server-management-studio, visual-code
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# StudentAPI
ASP.NET Core 6 Web API Using Entity Framework Core 6 Database First Approach. . Web API also called as RESTful APIs are based on Http protocol and are light weight compared to traditional web services. You can perform CRUD operations using this web api.
## Installation Softwares
- Microsoft Visual Studio 2022 (Select the Microsoft Web api development package using .NET
- SQL Server Management Studio 2018
(Used for creating database and inserting values)
- SQL Server Express
- Postman (Used for API testing)
The web api starts running at `https://localhost:7228/swagger/index.html`
## Screenshots





