Skip to content
/ 7Books Public

A library web app to order books online and buy them on-site

License

Notifications You must be signed in to change notification settings

Hkaar/7Books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Seven Books

License Workflow Status GitHub deployments Maintenance

A website project to borrow physical books from a library through the internet.

Requirements

  • PHP version >= 8.1
  • Composer
  • Node.js

How do i use this?

This is a guide or how to for anyone wanting to use this web app locally

Clone the repo

git clone https://github.com/Hkaar/7Books.git

Go to the repo folder

cd 7Books

Install the required dependecies

composer install

Generate the env

Bash :

mv .env.example .env && cp .env .env.example

Powershell :

Rename-Item .\.env.example .\.env ; Copy-Item .\.env .\.env.example

Build the assets

npm run build

Generate the app key

php artisan key:generate

Run the migrations

php artisan migrate

Seed the database

php artisan db:seed

And then serve it!

php artisan serve

How do i contribute?

See on how to contribute by going to the contribution guide of the project

And that's all, btw here's a table for your reward

ʕノ•ᴥ•ʔノ ︵ ┻━┻

About

A library web app to order books online and buy them on-site

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 6