Welcome to NinjaNotes, a powerful note-taking application built with the Laravel framework. NinjaNotes allows you to seamlessly create, manage, and organize your notes with ease.
- User authentication and authorization
- Note creation, editing, and deletion
- Tagging and categorization of notes
- Search functionality
- Responsive design
To get started with NinjaNotes, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/ninjanotes.git
-
Navigate to the project directory:
cd ninjanotes
-
Install the dependencies:
composer install npm install
-
Copy the
.env.example
file to.env
and modify the necessary configuration settings:cp .env.example .env
-
Generate the application key:
php artisan key:generate
-
Run the database migrations:
php artisan migrate
-
Start the local development server:
php artisan serve
-
Compile the assets:
npm run dev
NinjaNotes is open-sourced software licensed under the MIT license.
This project is powered by the Laravel framework.
Happy coding! 😊