Crisme24 / Subastas

Subastas con Symfony 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subastas with Symfony 4

Prerequisites

You must have COMPOSER installed once you cloned this project

Installation

composer install

This will create a vender folder which contains third party dependencies.

VIEWS

Home

/ Show all the active auctions at the moment.

USERS

/register

It allows visitors to register new accounts into the system.

/login To authenticate the user. loginAnimation

PUJAS

/ver-pujas It shows all the bids placed by the user. If the user's role is admin he would be able to see all the bids placed.

/ver-subasta Lists all the auctions and allows the admins to perform diferent CRUD operations.

/editar-puja/{id}

Allows the admins to edit the selected bid.

/borrar-puja/{id} Allows the admins to remove the selected bid.

/crear-puja Allows the admins to create a new bid.

SUBASTAS

/ver-subasta/{id} Shows the selected auction detailed.

Show Subasta Animation

/editar-subasta/{id} Allows the admins to edit the selected auction. Edit Subasta Animation

/borrar-subasta/{id} Allows the admins to remove the selected auction. Remove Subasta Animation

/crear-subasta Allows the admins to create a new auction. Create Subasta Animation

About

Subastas con Symfony 4


Languages

Language:PHP 69.8%Language:Twig 24.5%Language:CSS 2.9%Language:Shell 2.8%