Skip to content

arkarsoeDev/sunrise-inertia

Repository files navigation

Sunrise Mini Library Management

This is a mini library management project written with laravel, inertia and others(described below). A showcase for what I can do with laravel. The table of contents below contains more information about the project.

Note The project is not responsive(only work for laptop or desktop). It should work properly on chrome. I haven't test all the aspects yet. I haven't test the project on firefox, so there may be some errors on firefox.

Table of contents

Screenshots

Dashboard

Alt


Books

Alt


Loans

Alt

Built with

Features

  • authors (CRUD)
  • books (CRUD)
  • categorys (CRUD)
  • fines (CRUD)
  • members (CRUD)
  • loans (CRUD)
  • return book

Run Locally

Clone the project

  git clone https://github.com/arkarsoeDev/sunrise-inertia.git

Go to the project directory

  cd sunrise-inertia

Install dependencies

  composer install
  npm install

Create Database file in database folder

  database/database.sqlite

Copy env file

  copy .env.example .env

Change env setting as below

  DB_CONNECTION=sqlite

Create key for project

  php artisan key:generate

Migrate and seed

  php artisan migrate:fresh --seed

Build the project

  npm run build

Run the project

  php artisan serve

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published