Quickly capture what's on your mind and write it down so you don't forget it. This Laravel app can:
- Add notes.
- Find what you need fast: by using different colors in the notes, or using labels to classify them by topic. Or if you need to find something you saved, a simple search will turn it up.
- Send the notes you don't need to the trash and restore them at any time if you regret it
- With its responsive design you can use it comfortably and efficiently on both mobile and desktop devices.
Some functionalities of the application are:
- Image storage.
- Use of different types of Eloquent relationships.
- Authentication and user registration.
- Run
git clone https://github.com/josedanielchg/note-app - Go to project folder
cd note-app/ - Run
composer install - Copy
.env.examplefile to.envon the root folder. You can typecopy .env.example .envif using command prompt Windows orcp .env.example .envif using terminal, - Open your
.envfile and change the database nameDB_DATABASEto whatever you have, usernameDB_USERNAMEand passwordDB_PASSWORDfield correspond to your configuration. - Run
php artisan key:generate. - Run
php artisan storage:link. - Run
php artisan migrate. - Run
php artisan serve. - Go to
http://localhost:8000/. - Register and get started (No email or spam will be sent to you)
