Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dukris/blog-app
Simple app with graph data model
https://github.com/dukris/blog-app
java neo4j
Last synced: 3 months ago
JSON representation
Simple app with graph data model
- Host: GitHub
- URL: https://github.com/dukris/blog-app
- Owner: dukris
- Created: 2023-06-14T16:10:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-23T23:02:59.000Z (8 months ago)
- Last Synced: 2024-10-03T02:40:59.237Z (3 months ago)
- Topics: java, neo4j
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Blog App
[![DevOps By Rultor.com](https://www.rultor.com/b/hizmailovich/blog-app)](https://www.rultor.com/p/hizmailovich/blog-app)
[![maven](https://github.com/hizmailovich/blog-app/actions/workflows/maven.yml/badge.svg)](https://github.com/hizmailovich/blog-app/actions/workflows/maven.yml)
[![codecov](https://codecov.io/gh/hizmailovich/blog-app/branch/master/graph/badge.svg?token=8NSGE6AGER)](https://codecov.io/gh/hizmailovich/blog-app)Project architect: [@hizmailovich](https://github.com/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:
```shell
$ sh local.sh
```## How to Contribute
Fork repository, make changes, send us a [pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).
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:```bash
$ mvn clean install
```You will need Maven 3.8.7+ and Java 17+.