Skip to content

todolist-micro-services/todolist-gateway-api

Repository files navigation

NodeJS Nginx

todolist-api-gateway

Gateway to access all backend services

how to run

yarn
yarn dev # for development mode, don't need to restart if you do some updates
yarn start # for production mode

you need a .env like this (if everything run on your local machine):

GATEWAY_PORT=8080
AUTHENTIFICATION_API=http://localhost:8081/auth
USER_API=http://localhost:8082/users
PROJECT_API=http://localhost:8083/projects
LIST_API=http://localhost:8084/lists
TASK_API=http://localhost:8085/tasks