Passim (Latin for "here, there, everywhere") is a simple web application that allows users to submit URLs and then randomly redirects to one of the submitted URLs. It's a fun way to discover new websites across the internet - here, there, and everywhere.
- Clone the repository
- Run
./gradlew run
to start the application - Open
http://localhost:8080
in your browser
The default admin password is admin
. You can access the admin interface at http://localhost:8080/manage
.
Run ./gradlew build
to create a production-ready JAR file in the build/libs
directory.
This project is open source and available under the MIT License.