Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirilf/blogilf

A rest blog application with spring.
https://github.com/amirilf/blogilf

docker jwt lombok postgis postgresql rabbitmq rest-api spring-boot spring-data-jpa spring-mvc spring-security

Last synced: 1 day ago
JSON representation

A rest blog application with spring.

Awesome Lists containing this project

README

        

#### Steps:

- Download the json file of countries from [here](https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/world-administrative-boundaries/exports/json?lang=en).
- Change the name to `countries.json` & place it in the `/resources` directory
- Make sure you have `Docker` installed on your computer
- Simply run the `run.sh` file like `./run.sh`
- If you can not run bash file then just manually run the `docker-compose` to start the required services and then `mvn spring-boot:run`
- Since I'm running the project in `Ubuntu`, it may not be compatible with other operating systems, but it's not a big deal at all.