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

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

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)