CMP 203 Software Engineering Course`s Project [ Backend repository ]
git clone https://github.com/mohamed-mokhtar/goodreads-api/
Run these commands in your terminal
composer install
copy .env.example .env
php artisan serve
cp .env.example .env #for linux
git add . ; or ur updated files [ dot for all files ]
git commit -m "your comment here"
git remote add origin https://github.com/mohamed-mokhtar/goodreads-api
git push -u origin master
git pull
you `ll need to run
php artisan jwt:secret
php artisan migrate:refresh
php artisan db:seed
open you db , you `ll have 100 users created . each user has an e-mail . and default hashed password is " password " .