https://github.com/samcrosoft/url-snitch
https://github.com/samcrosoft/url-snitch
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samcrosoft/url-snitch
- Owner: samcrosoft
- License: mit
- Created: 2018-03-25T23:04:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T23:18:40.000Z (about 8 years ago)
- Last Synced: 2025-03-24T06:52:43.463Z (about 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- 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/)