Alovoa aims to be the first widespread free and open-source dating web platform.
What makes Alovoa different from other platforms?
Alovoa is also available as a mobile app. Check out Android app source code repo, download an app on F-Droid or Google Play
Like this project? Consider making a donation.
Platform | Link |
---|---|
Alovoa | alovoa.com/donate-list |
BuyMeACoffee | buymeacoffee.com/alovoa |
Ko-fi | ko-fi.com/Alovoa |
Liberapay | liberapay.com/alovoa/donate |
Open Collective | opencollective.com/alovoa |
BTC | Click to revealbc1q5yejhe5rv0m7j0euxml7klkd2ummw0gc3vx58p |
Or you can use Docker and Docker compose.
To bring up the server, after setting the required values in src/main/resources/application.properties
you can just run below commands:
docker-compose build
docker-compose up -d
docker-compose logs -f