An open API service indexing awesome lists of open source software.

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

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.

mockup website

Visit online website here

## 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
```