https://github.com/mahmoudmahm00d/bookie
Book rental applicatoin
https://github.com/mahmoudmahm00d/bookie
Last synced: 4 months ago
JSON representation
Book rental applicatoin
- Host: GitHub
- URL: https://github.com/mahmoudmahm00d/bookie
- Owner: mahmoudmahm00d
- Created: 2022-12-05T23:37:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T09:42:13.000Z (about 1 year ago)
- Last Synced: 2024-04-18T11:35:58.156Z (about 1 year ago)
- Language: JavaScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookie
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.
## Features
- User Authentication
- Book Management
- Genre Management
- Notification Management
- User Management## How to Run
1. Make sure you have Laravel and its dependencies installed on your system.
2. Download the project files and navigate to the project directory.
3. Run the `composer install` command to install the project dependencies.
4. Create a new database for the project and configure the database connection in the `.env` file.
5. Run the `php artisan migrate` command to migrate the database schema.
6. (Optional) Run the `php artisan db:seed` command to run the database seeders.
7. Run the `php artisan serve` command to start the development server.
8. 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.