Skip to content

Chouikhi-abdallah/Bloc-Notes-CRUD

Repository files navigation

Bloc-Notes-CRUD

This is an academic project built with Laravel, implementing CRUD (Create, Read, Update, Delete) operations for a note-taking application.

Features

  • Create: Add new notes with a title and content.
  • Read: View a list of all notes.
  • Update: Edit existing notes.
  • Delete: Remove notes from the list.

Installation

  1. Clone the repository:
    git clone https://github.com/Chouikhi-abdallah/Bloc-Notes-CRUD.git
    
  2. Navigate to the project directory:
    cd Bloc-Notes-CRUD
    
  3. Install the dependencies:
    composer install
    ```sh
     npm install
  4. Copy the .env.example file to .env and configure your environment variables:
    cp .env.example .env
  5. Generate the application key:
    php artisan key:generate
    
  6. Run the migrations:
    php artisan migrate
    

Preview:

Live preview video is here : Click Screenshot 2024-05-27 at 13 09 01 Screenshot 2024-05-27 at 13 09 15

Usage

Start the local development server:

    php artisan serve

Visit http://localhost:8000 in your browser to use the application.

Contributing

Feel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

About

This is an academic project with laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages