Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethern-myth/certified-netcore
Net Core 7.0 And PostgreSQL 15 Backend
https://github.com/ethern-myth/certified-netcore
authentication csharp design-patterns entity-framework-core jwt netcore7 postgresql redis sql
Last synced: 20 days ago
JSON representation
Net Core 7.0 And PostgreSQL 15 Backend
- Host: GitHub
- URL: https://github.com/ethern-myth/certified-netcore
- Owner: Ethern-Myth
- License: apache-2.0
- Created: 2022-12-19T07:52:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T11:56:42.000Z (almost 2 years ago)
- Last Synced: 2024-12-02T09:05:43.235Z (21 days ago)
- Topics: authentication, csharp, design-patterns, entity-framework-core, jwt, netcore7, postgresql, redis, sql
- Language: C#
- Homepage:
- Size: 661 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# .NET CORE 7.0 AND PostgresSQL 15
## BEGIN HERE:
**For in-depth information regarding this concept discussed here will be available soon.**
Take a look at the **ERD OR SQL** templates in the ERD folder and check how initially the database was structured.
![ERD](ERD/ERD-Store.png)
**QUESTION**: Was the database translated to the RestAPI as in the templates? Find the answer in the actual endpoints.
**Technologies used**:
1. .NET Core 7.0
2. PostgresSQL 15
3. EntityFrameworkCore### INSTRUCTIONS
1. Make sure postgres is running and able to connect.
2. Change the PostgreSQL Password and User in appsettings.
3. Run terminal in directory : /backend then:
```
dotnet restore
```### INFORMATION
To access all endpoints, register as Admin or Customer.
Authentication and Authorization is setup.
All **endpoints** information is found at
```
https://localhost:5001/swagger
```**Docker and web caching** is not setup for this series but files are available.
More concepts will be introduced soon.
**Good Luck Navigating !!!**