Skip to content

Microservice Architecture Course Jul 2022-Jan 2023 / API for shopper application

Notifications You must be signed in to change notification settings

arturyumaev/shopper-api

Repository files navigation

shopper-api microservice


Run project in kubernetes cluster

Root repository

Run application locally

To run application locally environment variables must be set. They specify connection to postgres database.

POSTGRES_USER=<user>
POSTGRES_PASSWORD=<password>
POSTGRES_HOST=localhost
POSTGRES_DB=<database>

Then run

./run_local.sh

Check service availability:

curl arch.homework/health

Usefull links

About

Microservice Architecture Course Jul 2022-Jan 2023 / API for shopper application

Resources

Stars

Watchers

Forks