Create README.md

This commit is contained in:
Lucian Popescu 2022-05-22 14:07:13 +03:00 committed by GitHub
parent f7bcfbd7bb
commit 24ad6603ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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.