Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 655 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 655 Bytes

E-Library

A digital library is a library that has a collection of books mostly in digital format and which can be accessed by computer.

🔍 Installing the dependencies

> 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>

🚀 Running the App

Regular node:

> php artisan serve