This is a webapp where you register your upcoming events, note down your memos. As the event you registered is about to start an E-mail is sent to your registered email address to inform you that you have to get prepared for the event ahead of you.
To make it run ensure you have the following installed on your machine: - NodeJs && npm - PHP 8.4+ - Composer PHP - A Database Management System of your choice(SQL-Lite, MySQL etc)
Open the project on the code editor of your choice(e.g VSCode) and make a new file called .env in the project's root directory. Then copy all the contents from '.env.example' into your newly created .env file. For quick testing leave the "DB_CONNECTION=sqllite" as it is. But if your familiar enough you can do further configurations.
To make the app running, navigate to the project's directory via the terminal(Command Line tool of your choice) then run the following commands: - composer install - npm i - php artisan key:generate - php artisan migrate --seed