A website project to borrow physical books from a library through the internet.
- PHP version >= 8.1
- Composer
- Node.js
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.gitGo to the repo folder
cd 7BooksInstall the required dependecies
composer installGenerate the env
Bash :
mv .env.example .env && cp .env .env.examplePowershell :
Rename-Item .\.env.example .\.env ; Copy-Item .\.env .\.env.exampleBuild the assets
npm run buildGenerate the app key
php artisan key:generateRun the migrations
php artisan migrateSeed the database
php artisan db:seedAnd then serve it!
php artisan serveSee 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
ʕノ•ᴥ•ʔノ ︵ ┻━┻