https://github.com/nandtel/crawler
https://github.com/nandtel/crawler
docker-compose gradle java-8 jsoup spring-boot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nandtel/crawler
- Owner: Nandtel
- License: mit
- Created: 2017-02-13T08:13:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T12:32:49.000Z (over 9 years ago)
- Last Synced: 2025-08-17T05:32:02.231Z (11 months ago)
- Topics: docker-compose, gradle, java-8, jsoup, spring-boot
- Language: HTML
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Crawler
## How to run
### As jar:
Clone repo:
```
git clone https://github.com/Nandtel/crawler.git
```
Then build jar:
```
cd crawler
./gradlew build
```
And now you can run app:
```
java -jar ./build/libs/crawler-0.0.1-SNAPSHOT.jar
```
### Docker compose:
Clone repo:
```
git clone https://github.com/Nandtel/crawler.git
```
Then build jar:
```
cd crawler
./gradlew build
```
And run the app:
```
docker-compose up
```
### As gradle app:
Clone repo:
```
git clone https://github.com/Nandtel/crawler.git
```
Then run:
```
cd crawler
./gradlew bootrun
```
You can run tests:
```
./gradlew tests
```
## License
The MIT License (MIT)