Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 676 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 676 Bytes

Blog

Blog app to exchange news with users written in Java and Spring (backend), React with Typescript (frontend) and PostgreSQL (database).

Run

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]

Backend

Open Blog folder with IntelliJ and run.

Frontend

In terminal go to client directory and download dependencies using: npm i

Start projekt using: npm start

Admin credentials:

Login: admin@op.pl
Password: Ania123!