Social Media Feed

Social Media Feed

This application was built for my final project in my Web Application Programming course at NSCC. It was built with Laravel, using a MySQL database. It is being hosted on Heroku. We had to create a social media application that allowed users to sign in and make posts.

The application was developed as a way to explore the development of a Laravel web application. It's entirely built in Laravel following the MVC standards implemented in Laravel. The application allows users to create an account, change the website theme, and make/edit/delete a post. There are user roles as well, associated with user management, theme management, and post moderation, that allow users with those roles access to different administration tools.

The application has secure authentication for user registration and the styling is done with Bootstrap.

*This application is currently not available online. The database that was developed during a course for it has been shut down due to the course ending. Currently in the process of creating a new cloud database and reconfiguring the application to use it.