Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amirilf/blogilf
- Owner: amirilf
- Created: 2024-08-11T09:55:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T13:44:55.000Z (3 months ago)
- Last Synced: 2024-10-19T05:37:04.603Z (about 1 month ago)
- Topics: docker, jwt, lombok, postgis, postgresql, rabbitmq, rest-api, spring-boot, spring-data-jpa, spring-mvc, spring-security
- Language: Java
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.