This is a web application with API routes for registering and managing books, genres, notifications, and users. It also has web routes for accessing and manipulating these resources through HTTP requests.
- User Authentication
- Book Management
- Genre Management
- Notification Management
- User Management
- Make sure you have Laravel and its dependencies installed on your system.
- Download the project files and navigate to the project directory.
- Run the
composer install
command to install the project dependencies. - Create a new database for the project and configure the database connection in the
.env
file. - Run the
php artisan migrate
command to migrate the database schema. - (Optional) Run the
php artisan db:seed
command to run the database seeders. - Run the
php artisan serve
command to start the development server. - Access the project in your web browser using the provided address.
Enjoy using the application! Make sure to replace "Bookie" with the actual title of your project.