Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khaledomar77/e-library-management-system
- Owner: khaledomar77
- Created: 2024-01-22T00:39:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T22:49:26.000Z (12 months ago)
- Last Synced: 2024-11-25T16:17:24.638Z (2 months ago)
- Topics: composer, laravel-framework, mysql, php, vue
- Language: PHP
- Homepage:
- Size: 2.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)