Skip to content

boscan-alexandru/lend-a-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lend a book - repo cover image

Lend a book

Installation backend (api folder)

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. Set your database credentials in your .env file
  5. NOTE: this particular project uses an SQLite database located in api/database/database.sqlite
  6. run php artisan migrate:fresh --seed to create the database table and seeds for them
  7. php artisan serve

Installation frontend (client folder)

  1. npm install
  2. npm run dev
  3. 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/