SendNote - A way to send schedule notes to your friends.
Clone this project
git clone https://github.com/muhalvin/sendnotes.git cd sendnotesInstall dependencies
composer install
And javascript dependencies
npm install && npm run devSet up Laravel configurations
copy .env.example .env php artisan key:generate
Set your database in .env
Migrate database
php artisan migrate
Serve the application
php artisan serve
- Laravel (10.43.0)
- PHP (8.2.10)