All Projects
-
Name: Social Media Application
Description: This application is a copy of the popular social media platform Instagram. A user can register their account, follow other users, and can be followed themselves. A user can upload photos that are then displayed on their profile page and feed. Data is stored in a MySQL database, using various database relationship types, including many to many relationships. Other features of this application include A Welcome User Email upon registration, Validation, Error Messages and Middleware.
GitHub Link: https://github.com/kevster2017/photoMedia
Project Added: 1 year ago
-
Name: Football Player System
Description: 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