https://github.com/boscan-alexandru/lend-a-book
Book landing app
https://github.com/boscan-alexandru/lend-a-book
crud-application laravel latest-web-dev-tech lend-a-book tailwindcss
Last synced: 4 months ago
JSON representation
Book landing app
- Host: GitHub
- URL: https://github.com/boscan-alexandru/lend-a-book
- Owner: boscan-alexandru
- Created: 2023-03-17T19:22:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T13:49:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T07:48:31.131Z (6 months ago)
- Topics: crud-application, laravel, latest-web-dev-tech, lend-a-book, tailwindcss
- Language: PHP
- Homepage:
- Size: 17.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Lend a book
## Installation backend (api folder)
1. Clone the repo and `cd` into it
1. `composer install`
1. Rename or copy `.env.example` file to `.env`
1. Set your database credentials in your `.env` file
1. NOTE: this particular project uses an SQLite database located in `api/database/database.sqlite`
1. run `php artisan migrate:fresh --seed` to create the database table and seeds for them
1. `php artisan serve`## Installation frontend (client folder)
1. `npm install`
1. `npm run dev`
1. Visit `localhost:3000` in your browser## Design
for the design in Adobe Xd visit [https://xd.adobe.com/view/e5fceb69-5fd7-4dab-9287-dd9a65b93a8d-b0af/](https://xd.adobe.com/view/e5fceb69-5fd7-4dab-9287-dd9a65b93a8d-b0af/)