This is an academic project built with Laravel, implementing CRUD (Create, Read, Update, Delete) operations for a note-taking application.
- 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.
- Clone the repository:
git clone https://github.com/Chouikhi-abdallah/Bloc-Notes-CRUD.git
- Navigate to the project directory:
cd Bloc-Notes-CRUD
- Install the dependencies:
composer install ```sh npm install
- Copy the .env.example file to .env and configure your environment variables:
cp .env.example .env
- Generate the application key:
php artisan key:generate
- Run the migrations:
php artisan migrate
Live preview video is here : Click
Start the local development server:
php artisan serve
Visit http://localhost:8000 in your browser to use the application.
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.