https://github.com/underdogbytes/system_books
Website + API with Laravel 7.0
https://github.com/underdogbytes/system_books
laravel laravel7
Last synced: 3 months ago
JSON representation
Website + API with Laravel 7.0
- Host: GitHub
- URL: https://github.com/underdogbytes/system_books
- Owner: underdogbytes
- Created: 2021-03-09T16:51:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:00:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T05:43:19.713Z (over 1 year ago)
- Topics: laravel, laravel7
- Language: PHP
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Booklist
[](https://www.php.net)
[](https://laravel.com/)


## Summary
[PREVIEW](#Preview) ♦ [ABOUT](#About) ♦ [GET STARTED](#Get-started) ♦ [PROJECT DEVELOPMENT STATUS](#Project-development-status) ♦
## Preview
__Figma:__
click here
## About
This is an application for book lovers, which you can CRUD a book list, inspired by Skoob website.
The main rules are:
- CRUD of book
- Create a book list with the registered books
# Get started
### Before start
You must have the following to run the project locally:
- Xampp (or similar)
### Locally project setup
Clone the project and enter its folder using:
```sh
git clone https://github.com/underdogbytes/booklist.git
cd booklist/
```
Then install the required packages with:
```sh
composer install
```
Next, create your `.env` file and run this:
```sh
php artisan key:generate
```
Start your Xampp/Whatever-are-you-using and then run the migrations:
```sh
php artisan migrate
```
Now start the proeject:
```sh
php artisan serve
```
# Project development status
__Last update:__ 26/06/2024
I'm refactoring this project, so features aren't working anymore. Come back later :)
[PREVIEW](#Preview) ♦ [ABOUT](#About) ♦ [GET STARTED](#Get-started) ♦ [PROJECT DEVELOPMENT STATUS](#Project-development-status) ♦ [BACK TO TOP](#Project-name-here)