This repository uses a number of frameworks and libraries to work:
- ReactJS - A JavaScript library for building user interfaces
- ASP.NET Core API - Build secure REST APIs on any platform with C#
- SQL Server - SQL Server 2019 Express is a free edition of SQL Server
- MongoDB - The database for modern applications
Install the dependencies and devDependencies and start the server.
To run Auth server
$ cd .\server\AuthWebApplication\AuthWebApplication\ $ dotnet restore $ dotnet run
Verify the deployment by navigating to your server address in your preferred browser.
http://localhost:5000/
To run Resource server
$ cd .\server\WebApplication2\WebApplication2 $ dotnet restore $ dotnet watch run
Verify the deployment by navigating to your server address in your preferred browser.
http://localhost:5005/
To run client
$ cd .\client $ npm install $ npm start
Verify the deployment by navigating to your server address in your preferred browser.
http://localhost:3000/
- Write tests
- Add nodejs resource server
MIT