system_books

Website + API with Laravel 7.0

Stars
0
Committers
2

Booklist

Summary

PREVIEWABOUTGET STARTEDPROJECT 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:

git clone https://github.com/underdogbytes/booklist.git
cd booklist/

Then install the required packages with:

composer install

Next, create your .env file and run this:

php artisan key:generate

Start your Xampp/Whatever-are-you-using and then run the migrations:

php artisan migrate

Now start the proeject:

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

PREVIEWABOUTGET STARTEDPROJECT DEVELOPMENT STATUSBACK TO TOP

Badges
Extracted from project README
PHP Version Laravel Version
Related Projects