Skip to content

gvisis/library-crud-laravel

Repository files navigation


Logo

Library Crud

CRUD made with laravel for coding school final project

View Demo · Report Bug

Table of Contents

  1. About The Project
  2. Getting Started
  3. Screenshots
  4. Contact

About The Project

This is a copy of my coding school final project.

Built With

Getting Started

To get a local copy up and running follow these steps.

Installation

  1. Clone the repo

    git clone https://github.com/gvisis/library-crud-laravel.git
  2. In the root directory execute the following command to isntall Composer dependencies

    composer install
  3. Install NPM dependencies

    npm install
  4. Generate APP_KEY

    php artisan key:generate
  5. Create a local database with your selected name

    exam_library
  6. Create a copy of .env.example file and rename it to .env

    In the .env file fill in the DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, and DB_PASSWORD options to match the credentials of the database you just created.
  7. Migrate and seed the database

    php artisan migrate:fresh --seed

    If you prefer clean database, do not use the --seed option

  8. Start the laravel server

    php artisan serve
  9. If you seeded the databse use these credentials to login, othwerise make an new account.

    Username: demo@demo.com
    Password: demodemo

Screenshots

** Authors, description and book titles are just random texts generated with php faker. **

Contact

Give me som work! LinkedIn