An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Booklist

[![PHP Version](https://img.shields.io/badge/PHP-8.1.9-purple.svg)](https://www.php.net)
[![Laravel Version](https://img.shields.io/badge/Laravel-10.48.14-red.svg)](https://laravel.com/)
![GitHub Repo Size](https://img.shields.io/github/repo-size/underdogbytes/booklist)

banner

## 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)