Skip to content

Commit 3c87f8b

Browse files
committed
Updated readme file
1 parent 976c2a9 commit 3c87f8b

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,35 @@ This repository uses a number of frameworks and libraries to work:
77
* [ReactJS] - A JavaScript library for building user interfaces
88
* [ASP.NET Core API] - Build secure REST APIs on any platform with C#
99
* [SQL Server] - SQL Server 2019 Express is a free edition of SQL Server
10-
* [MongoDB] - The database for
11-
modern applications
10+
* [MongoDB] - The database for modern applications
11+
* [Redis] - The database for caching
1212

1313

1414
## Installation and Run
1515

16-
Install the dependencies and devDependencies and start the server.
16+
Install the dependencies and dev dependencies and start the server.
17+
18+
You can manually install the database servers and configure the connections string by yourself.
19+
Or you can use the below docker command to run the database automatically for you.
20+
21+
To up and running the database servers
22+
23+
```sh
24+
$ cd .\artifacts\docker
25+
$ docker-compose up
26+
```
1727

1828
To run Auth server
1929

2030
```sh
2131
$ cd .\server\AuthWebApplication\AuthWebApplication\
2232
$ dotnet restore
23-
$ dotnet run
33+
$ dotnet watch run
2434
```
2535
Verify the deployment by navigating to your server address in your preferred browser.
2636

2737
```sh
28-
http://localhost:5000/
38+
https://localhost:5001/
2939
```
3040

3141
To run Resource server
@@ -38,7 +48,7 @@ $ dotnet watch run
3848
Verify the deployment by navigating to your server address in your preferred browser.
3949

4050
```sh
41-
http://localhost:5005/
51+
https://localhost:5003/
4252
```
4353

4454
To run client
@@ -56,7 +66,11 @@ http://localhost:3000/
5666

5767

5868
### How to run video
59-
[![IMAGE ALT TEXT](http://img.youtube.com/vi/ToEO8INViW8/0.jpg)](http://www.youtube.com/watch?v=ToEO8INViW8 "React Redux JWT Authentication using ASP.NET Core API")
69+
[![React Redux JWT Authentication using ASP.NET Core API](http://img.youtube.com/vi/ToEO8INViW8/0.jpg)](http://www.youtube.com/watch?v=ToEO8INViW8) React Redux JWT Authentication using ASP.NET Core API
70+
71+
72+
With Docker
73+
[![How to run and debug the systems within less than 3 minutes](https://img.youtube.com/vi/3KcUTvjlB3g/0.jpg)](https://www.youtube.com/watch?v=3KcUTvjlB3g) How to run and debug the systems within less than 3 minutes
6074

6175
### Todos
6276
- Write tests

0 commit comments

Comments
 (0)