Skip to content

Anarak404/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: [email protected]
Password: Ania123!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published