Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khaledomar77/e-library-management-system

E-library management system contains RESTful API for doing CRUD operations on database. The project contains admin dashboard for modify database entities content
https://github.com/khaledomar77/e-library-management-system

composer laravel-framework mysql php vue

Last synced: 3 days ago
JSON representation

E-library management system contains RESTful API for doing CRUD operations on database. The project contains admin dashboard for modify database entities content

Awesome Lists containing this project

README

        

# E-library-management-system

## Quick Start

### clone the repo

`git clone https://github.com/khaledomar77/E-library-management-system.git`

### change current directory

`cd E-library-management-system`

### install dependencies

`composer install`

### install js dependencies

`npm install && npm run dev`

### create `.env` file

`cp (unix) or copy (Windows) .env.example .env`

### generate env key

`php artisan key:generate`

### migrate the migration and seed the database

`php artisan migrate:fresh --seed`

### start server

`php artisan serve`

Finally, the server runs on [localhost:3000](http:localhost:3000/)