A digital library is a library that has a collection of books mostly in digital format and which can be accessed by computer.
> git clone https://github.com/revanapriyandi/e-library.git<br>
> composer install
> npm install; npm run dev
> cp .env.example .env<br>
> php artisan key:generate<br>
> php artisan migrate<br>
Regular node:
> php artisan serve