Gateway Manager

Prerequisites to have installed

These are requirements to run the app in your local machine. In addition an automatically deploy using docker was provided.

To have installed:

  • Nodejs

    https://nodejs.org/en/download/
    
  • Mongodb

    https://docs.mongodb.com/manual/installation/
    

How run locally the frontend and the backend

server and client folders contains Readme files with instructions about how to run the apps

Deploy

https://docs.docker.com/compose/install/
docker-compose up --build

Once the Docker containers are running you can access the backend and frontend application:

API Rest documentation contract can find in

http://localhost:3000/swagger

API Rest uri

http://localhost:3000

Frontend application

http://localhost:3001