ronaldtorres / ArticlesApp

Api gateway + microservice + Redis + React client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArticlesChallenge

Before init you should have Redis running in your machine. Then set the environment variables REDIS_PORT and REDIS_HOST on apps/articles-microservice/.env.

Then Run npx nx run-many --target=serve.

For client http://localhost:4200 For Api Gateway http://localhost:3001

Running unit tests

Run npx nx run-many --all --target=test to execute the unit tests via Jest.

About

Api gateway + microservice + Redis + React client


Languages

Language:TypeScript 97.1%Language:CSS 1.1%Language:HTML 1.1%Language:Shell 0.3%Language:JavaScript 0.3%