A web app to note your notes.
- Clone this repository to your local machine.
- Install the required PHP packages:
composer install
- Copy
.env.example
to.env
. - Generate new key
php artisan key:generate
- Create a database and configure the database connection in the
.env
file. - Run the following command to migrate the database:
php artisan migrate
- Run the following command to start the Laravel development server:
php artisan serve