Updates README.md to change a route

This commit is contained in:
Vazhin Tayeb 2021-01-18 15:43:28 +03:00
parent 0bd5750560
commit b0a0eb7a18

View File

@ -12,7 +12,7 @@ We are using IdentityServer 4 to implement our Authorization Server. You can fin
**URL:** http://localhost:10000 **URL:** http://localhost:10000
**Dependencies:** **Dependencies:**
- [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) - [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
@ -29,7 +29,7 @@ This is a react SPA that allows citizens to manage their registered vehicles. It
**URL:** http://localhost:3000 **URL:** http://localhost:3000
**Dependencies:** **Dependencies:**
- Authorization Server - Authorization Server
- Traffic Police API - Traffic Police API
@ -48,9 +48,9 @@ npm start
This is an ASP.NET Core API that talks to a PostgreSQL database. This is an ASP.NET Core API that talks to a PostgreSQL database.
**URL:** http://localhost:6000 **URL:** http://localhost:9000
**Dependencies:** **Dependencies:**
- [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) - [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0)
- Authorization Server - Authorization Server
@ -72,7 +72,7 @@ This is a react SPA that allows citizens to manage their registered real estate.
**URL:** http://localhost:4000 **URL:** http://localhost:4000
**Dependencies:** **Dependencies:**
- NodeJS - NodeJS
- [oidc-js](https://github.com/IdentityModel/oidc-client-js) - [oidc-js](https://github.com/IdentityModel/oidc-client-js)
@ -93,7 +93,7 @@ This is an ExpressJS API that talks to a PostgreSQL database.
**URL:** http://localhost:6000 **URL:** http://localhost:6000
**Dependencies:** **Dependencies:**
- NodeJS - NodeJS
- [node-jwks-rsa](https://github.com/auth0/node-jwks-rsa/blob/master/examples/express-demo/README.md) - [node-jwks-rsa](https://github.com/auth0/node-jwks-rsa/blob/master/examples/express-demo/README.md)
@ -124,4 +124,4 @@ node index.js
## Notes ## Notes
1. The APIs assume that the PostgreSQL database instance is on localhost and the username is `postgres` and password is `root`. If it's different, then you have to configure the APIs with the correct credentials. 1. The APIs assume that the PostgreSQL database instance is on localhost and the username is `postgres` and password is `root`. If it's different, then you have to configure the APIs with the correct credentials.