https://github.com/denzaiyy/k-gaming
Here is the project for the "web and mobile web developer" exam, made with symfony 6, e-commerce project that will allow to sell online game keys on different platforms, at lower price than the official market
https://github.com/denzaiyy/k-gaming
bootstrap5 diploma-project exam php8 symfony6
Last synced: 4 months ago
JSON representation
Here is the project for the "web and mobile web developer" exam, made with symfony 6, e-commerce project that will allow to sell online game keys on different platforms, at lower price than the official market
- Host: GitHub
- URL: https://github.com/denzaiyy/k-gaming
- Owner: DenZaiyy
- License: mit
- Created: 2023-04-30T14:05:18.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-23T12:58:12.000Z (5 months ago)
- Last Synced: 2025-01-23T13:40:37.663Z (5 months ago)
- Topics: bootstrap5, diploma-project, exam, php8, symfony6
- Language: JavaScript
- Homepage: https://k-gaming.k-grischko.fr/
- Size: 14.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K-GAMING
This is a e-commerce website for selling games. We are using PayPal and Stripe for payment.
## Features
- Registration/Login
- Shopping cart
- Checkout with PayPal and Stripe
- Invoice after purchase (PDF)
- Admin panel (EasyAdmin)
- Rating system after purchase
- Filter games by genres
- Search games by name
- Pagination
- Newsletter
- Game promotion
- Game status (sellable or not)
- Locale switcher (EN & FR)## Technologies
- Symfony 7
- MySQL
- Bootstrap 5
- PHP 8.2
- JavaScript## Installation
1. Clone the repository
```bash
git clone https://github.com/DenZaiyy/K-Gaming.git
```2. Install dependencies
```bash
composer install
``````bash
npm install
```3. Run server
```bash
symfony serve -d
```