GithubHelp home page GithubHelp logo

eng-mohammad-mousa / books_management Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.39 MB

This is a simple Books Management project built with Vue.js and Laravel.

PHP 70.28% CSS 0.06% JavaScript 1.61% Vue 7.09% SCSS 4.77% Blade 16.19%

books_management's Introduction

Books Management Project

This is a simple Books Management project developed with Vue.js and Laravel. It showcases the CRUD (Create, Read, Update, Delete) operations between the Vue.js frontend and Laravel backend.


Features

  • Add, edit, and delete books easily.
  • Users can add books by entering the relevant details like title, price, and description.
  • Users can view the list of books, edit specific book details, and delete books when needed.
  • A custom 404 page is included for a user-friendly experience.

Technologies Used

  • Vue.js
  • Laravel
  • MySQL

Prerequisites

Before running this project, make sure you have the following software installed:


Installation

  1. Create a new database named 2_book_laravel_vue_crud to store the tasks.

  2. Clone the repository:

git clone https://github.com/eng-mohammad-mousa/Books_Management.git
  1. Navigate to the project directory:
cd Books_Management
  1. Install the required dependencies:
composer install
npm install
  1. Copy the .env.example file and rename it to .env. Update the necessary database configurations in the .env file.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=2_book_laravel_vue_crud
DB_USERNAME=root
DB_PASSWORD=
  1. Generate a new application key:
php artisan key:generate
  1. Run the database migrations:
php artisan migrate --seed
  1. Build and compile the frontend assets:
npm run build
  1. Start the development server:
php artisan serve
  1. Access the application in your browser by visiting http://localhost:8000.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue on the GitHub repository.

books_management's People

Contributors

eng-mohammad-mousa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.