Football Player System

Main Image

Home Page

Football Player System

This application uses the basics of a CRUD application. A user can register their account. Following this, they can add players to the system, edit player details and delete players from the system. The application can be amended for use in any other application that requires CRUD features. Other features include Authentication, Validation, Error Messages, Image Upload and Middleware. The player details are stored in a single database table. A single controller queries the database and returns the information to the view.

GitHub Link: https://github.com/kevster2017/FootballPlayerSystem

Project added: 1 year ago

Other Images

Second Image

Welcome screen displayed when app is launched

Third Image

Login screen prompting user for email address and password

Fourth Image

Registration page to sign up

Fifth Image

Form to add a new player to the database