By Patrick Celedio
In this web application, users can register for an account, sign in, upload and share photos under their accounts, and post comments!
This web app was made using node.js, express, and express-handlebars. The database used was MySQL.
This was my final project for my intro to Web Development class at SFSU. I gained full credit on this project as I completed all the requirements of providing functionalities such as user registration, user sign-on, photo upload, comment posting, and displaying the photos on the landing page. After completing this project, I learned many web development techniques such as how routing works in node.js, how user and data validation is important on web forms, and working with MySQL to establish a functioning database.