https://github.com/samcrosoft/url-snitch
https://github.com/samcrosoft/url-snitch
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samcrosoft/url-snitch
- Owner: samcrosoft
- License: mit
- Created: 2018-03-25T23:04:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T23:18:40.000Z (about 7 years ago)
- Last Synced: 2025-01-29T12:30:18.163Z (4 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Snitch Project
Follow these simple steps to run this app:
* Update the database connection properties in [database.properties]
* Create two empty schemas in MySQL DB
```
mvn db-migrator:create
```* Run the application
```
mvn jetty:run
```* Navigate with browser
to: [http://localhost:8080/](http://localhost:8080/)