Description: Task tracker and outliner
Demo Url: https://notes.naimbh.com/
- Clone the repo and cd into it
- In your terminal
composer install
- Rename or copy
.env.example
file to.env
- php artisan key:generate
- Set your database credentials in your
.env
file - Set your Braintree credentials in your
.env
file if you want to use PayPal - Run artisan migrate and seeder to populate the database
npm install
npm run watch
- run command[laravel file manager]:-
php artisan storage:link
- Edit
.env
file :- remove APP_URL php artisan serve
or use virtual host- Visit
localhost:8000
in your browser - Visit /login if you want to access the admin panel. Admin Email/Password:
admin@gmail.com
/12345678
.