Skip to content

An online diary where registered users can store notes and appointments

License

Notifications You must be signed in to change notification settings

dwinjnr/online-diary

Repository files navigation

About

This app is built with laravel php web application framework, it stores user notes and appointment

Live Preview

  • User Authentication
  • C.R.U.D Functionalities

Install

1. Clone the source code or create new project.

git clone https://github.com/dwinjnr/online-diary.git

2. Set the basic config

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.

3. Install the extended package dependency.

Install the Laravel extended repositories:

cd 'project-name'
composer install

4. Run migration

php artisan migrate

About

An online diary where registered users can store notes and appointments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published