|
||
---|---|---|
.github/workflows | ||
db_server | ||
docs | ||
frontend | ||
grafana/provisioning | ||
kong | ||
mailsender | ||
mq_proxy | ||
postgres | ||
prometheus | ||
test | ||
.dockerignore | ||
.gitignore | ||
README.md | ||
Tracking.md | ||
deploy-test-cluster.sh | ||
docker-compose-test.yaml | ||
docker-compose.yaml | ||
package-lock.json | ||
start-containers.sh | ||
stop-containers.sh | ||
update-containers.sh |
README.md
War-News-Aggregator
This is the repository containing the IDP + PWeb project of Lucian Popescu and Bianca Fodor.
Shortly, this project contains a web application for aggregating war news from various users. For IDP, we created a github pipeline for building the frontend and backend containers, configured the various services from the architecture and created scripts for deployment in test and production environments.
For PWeb, we created a frontend and a backend application. On the frontend we use VueJS to display the information fetched from backend. In the backend we used technologies as: PostgreSQL for database management, Kong for api gateway and NodeJS for the business logic.