https://github.com/rperez-rosario/xpm_server
An ASP.NET Core Web Api to access and manipulate project data using EF Core, and JWT, on a PostgreSQL or SQL Server database.
https://github.com/rperez-rosario/xpm_server
asp-net-core csharp efcore jwt postgresql sqlserver
Last synced: 4 months ago
JSON representation
An ASP.NET Core Web Api to access and manipulate project data using EF Core, and JWT, on a PostgreSQL or SQL Server database.
- Host: GitHub
- URL: https://github.com/rperez-rosario/xpm_server
- Owner: rperez-rosario
- Created: 2024-07-17T21:09:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T18:59:51.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T12:16:38.310Z (over 1 year ago)
- Topics: asp-net-core, csharp, efcore, jwt, postgresql, sqlserver
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
An ASP.NET Core Web Api to access and manipulate project data using EF Core on a PostgreSQL or SQL Server database.
Data Entity Relationship Diagram

Endpoint Swagger View

# Getting Started
1. Installation process:
(See "Build and Test" section of this document.)
2. Software dependencies:
- ASP.NET Core 8.0
- Entity Framework Core
- C#
3. Web API, languages and technology stack references:
- https://docs.microsoft.com/en-us/dotnet/csharp/
- https://docs.microsoft.com/en-us/ef/
- https://www.postgresql.org/docs/
- https://www.microsoft.com/en-us/sql-server/developer-tools?msockid=02f21cdf3f0c66e81a900e5e3e256728
- https://www.iis.net/
- https://azure.microsoft.com/en-us/
# Build and Test
1. Web or folder deploy to IIS or Azure Cloud App (.NET Core 8.0 application pool),
configure appsettings.json as needed.
2. Build and execute Visual Studio solution.