Blog app to exchange news with users written in Java and Spring (backend), React with Typescript (frontend) and PostgreSQL (database).
Database image with test data is available on dockerhub.
Download image from dockerhub typing: docker pull anarak/blog:v1.0.3
in console.
Run using: docker run -p 5432:5432 --rm [IMAGE_ID]
Open Blog folder with IntelliJ and run.
In terminal go to client directory and download dependencies using: npm i
Start projekt using: npm start
Login: [email protected]
Password: Ania123!