This app is built with laravel php web application framework, it stores user notes and appointment
- User Authentication
- C.R.U.D Functionalities
git clone https://github.com/dwinjnr/online-diary.git
cp .env.example .env
Edit the .env
file and set the database
and other config for the system after you copy the .env
.example file.
Install the Laravel
extended repositories:
cd 'project-name'
composer install
php artisan migrate