This web application serves as an interface for librarians and users to manage and interact with the library's collection of books. It is built using Laravel with Breeze for authentication, providing various features for browsing, selling, renting, and more.
- Authentication: Utilizes Laravel Breeze for authentication with full authentication methods.
- Book Management: Browse, sell, rent, and manage the library's collection.
- Mailing System: Integrated mailing functionality for notifications and communication.
- PHP 8.2
- Composer
- Node.js
- npm or Yarn
-
Clone the repository:
git clone https://github.com/Toinoux38/bml.git cd bml
-
Install dependencies:
composer install npm install
-
Create a
.env
file:cp .env.example .env
then fill in the database credentials.
-
Start the server:
php artisan serve
-
Visit
localhost:8000
in your browser.
This project is licensed under the MIT License
Made with ❤️ by Toinoux38