Skip to content

Kesavan-77/Ninja-Notes

Repository files navigation

NinjaNotes

Laravel Logo

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.

Features

  • User authentication and authorization
  • Note creation, editing, and deletion
  • Tagging and categorization of notes
  • Search functionality
  • Responsive design

Installation

To get started with NinjaNotes, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/ninjanotes.git
  2. Navigate to the project directory:

    cd ninjanotes
  3. Install the dependencies:

    composer install
    npm install
  4. Copy the .env.example file to .env and modify the necessary configuration settings:

    cp .env.example .env
  5. Generate the application key:

    php artisan key:generate
  6. Run the database migrations:

    php artisan migrate
  7. Start the local development server:

    php artisan serve
  8. Compile the assets:

    npm run dev

License

NinjaNotes is open-sourced software licensed under the MIT license.

Acknowledgements

This project is powered by the Laravel framework.


Happy coding! 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages