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

https://github.com/vomnes/ft_minishop

Following your first week of training on web, you will have to -in a weekend– create a mini e-commerce online shop.
https://github.com/vomnes/ft_minishop

mysql php procedural

Last synced: 7 months ago
JSON representation

Following your first week of training on web, you will have to -in a weekend– create a mini e-commerce online shop.

Awesome Lists containing this project

README

          

# ft_minishop
Rush00 of the PHP Piscine School 42 - Following your first week (5 days) of training on web, you will have to create a mini e-commerce online shop (in a weekend).

Our first big project in PHP Procedural realised during in a 48 hours rush.

## Stack
- PHP Procedural
- MySQL

## Features
- Product list
- Product section
- Login/Logout/Create account/Delete account/Change password
- Manage cart
- Administration section (Manage sections, products, users, carts)

### Products
![alt text](https://github.com/vomnes/ft_minishop/blob/master/screens/products.png "List products")

### Cart
![alt text](https://github.com/vomnes/ft_minishop/blob/master/screens/cart.png "Current cart")

### Login/Sign
![alt text](https://github.com/vomnes/ft_minishop/blob/master/screens/log:sign.png "Login Sign")

### Profile section
![alt text](https://github.com/vomnes/ft_minishop/blob/master/screens/yourprofile.png "Your profile")

### Administration section
![alt text](https://github.com/vomnes/ft_minishop/blob/master/screens/admin1.png "Administration section 1")

![alt text](https://github.com/vomnes/ft_minishop/blob/master/screens/admin2.png "Administration section 2")