Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.26 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.26 KB

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.

Laravel Logo

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.