Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1001 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 1001 Bytes

test-node-oauth-rest

Description

API Rest acceded by OAth authentication.

Microservices:

  • OAuth
  • API Rest
  • DB
  • Browser test

Requirements

Please install Node and NPM globally.

How to run

Test designed to be executed on Windows.
Execute batch file build.bat to build the project. This action is required once.
Execute batch file start.bat to start the microservices.
Open URL http://localhost:8080 on browser to test the API Rest. Check console for responses.

Notes to improve

Different libraries for microservices on a monorepo could be handled using Nx and some framework like NestJs.
GraphQL could be added to the project to improve the performance of requests.
MongoDB should be used instead DB microservice.