Ebsar (Book Management System) 🌐 Live Demo
Ebsar is a library management system that enables administrators to manage books, publishers, authors, and assign categories to each book. The system is connected to a mobile application specifically designed for users with special needs, allowing them to listen to books in a simple and accessible way.
- PHP
- Laravel
- MySQL
- RESTful API
- JWT (JSON Web Token)
- Laravel Middleware
- Authentication & Security
- Railway (Deployment Server)
Follow the official guide: Composer Installation
composer global require laravel/installergit clone https://github.com/your-username/ebsar.git
cd ebsarcomposer installcp .env.example .envThen edit the .env file and set your local database credentials and other environment settings.
php artisan key:generatephp artisan migrateUpdate the config/cors.php file or .env file:
'allowed_origins' => ['http://localhost:3000'],php artisan serveYour application will now be running at:
http://localhost:8000