blog-app

Simple app with graph data model

Stars
2

Blog App

Project architect: @hizmailovich

Simple app with graph data model.

Glossary

User - information about user.

Post - information about post.

Quick Start

Run this script to start containers locally:

$ sh local.sh

How to Contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install

You will need Maven 3.8.7+ and Java 17+.