platform
Personal reminders
About Remindle
Remindle is a platform which helps you to remember all important events. You can set the means you’d like to receive the notifit the frequency according to importance levels.
Docs
Features
Local Development
This project uses Laravel Sail to manage its local development stack. For more detailed usage instructions take a look at the official documentation.
Links
- Your Application http://localhost
- Preview Emails via Mailhog http://localhost:8025
- MeiliSearch Administration Panel http://localhost:7700
- MinIO Administration Panel http://localhost:9000
- Laravel Telescope http://localhost/telescope
- Laravel Horizon http://localhost/horizon
Start the development server
./vendor/bin/sail up
You can also use the -d
option, to start the server in the background if you do not care about the logs or still want to use your terminal for other things.
Build frontend assets
./vendor/bin/sail npm watch
Run Tests
./vendor/bin/sail test
Security Vulnerabilities
If you discover a security vulnerability within Remindle, please send an e-mail to us via [email protected]. All security vulnerabilities will be promptly addressed.
License
Remindle is open-sourced software licensed under the GPL-3.0 license.