This is an online website selling platform for games. The features and functions of our website include login and register function, provide a list of games that allow the user to choose the games they like, provide game details, descriptions, photos, and requirements for each game. Other than that, the website has a role called "admin" that is able to add, view, edit, and delete games on the website. Role users can view their profile and view the games that they have bought from the website before.
After cloning the git, these in command line:
composer installcopy .env.example .envphp artisan key:generatephp artisan storage:linkphp artisan serve
Use the following to launch the project:
- Start the WampServer.
- Create a database named
KFGamingat http://localhost/phpmyadmin/index.php. - Run
php artisan migrateto migrate the tables. - Run
npm run devto compile. - Run
php artisan serveto start the server.