Skip to content

Covid-Alert-Microservices/news-provider

Repository files navigation

News Provider Build codecov

This repository contains the source code of the service providing the latest news to the user.

Development environment

Clone the repository and browse to the project's directory:

git clone git@github.com:Covid-Alert-Microservices/news-provider.git && cd news-provider

Start attached services:

docker compose up

Then start the application :

./gradlew bootRun (or using your IDE)

You then can access the news at http://localhost:8091/api/news.

About

This microservice serves the news through a REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages