From b0a0eb7a1859118160b61b3b29ad479743454288 Mon Sep 17 00:00:00 2001 From: Vazhin Tayeb Date: Mon, 18 Jan 2021 15:43:28 +0300 Subject: [PATCH] Updates README.md to change a route --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 36429f7..27d24d8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ We are using IdentityServer 4 to implement our Authorization Server. You can fin **URL:** http://localhost:10000 -**Dependencies:** +**Dependencies:** - [.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 -**Dependencies:** +**Dependencies:** - Authorization Server - Traffic Police API @@ -48,9 +48,9 @@ npm start 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) - Authorization Server @@ -72,7 +72,7 @@ This is a react SPA that allows citizens to manage their registered real estate. **URL:** http://localhost:4000 -**Dependencies:** +**Dependencies:** - NodeJS - [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 -**Dependencies:** +**Dependencies:** - NodeJS - [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 -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. \ No newline at end of file +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.