top of page
"If you observe your past that's all you'll ever be, if you look to the future that's all you'll ever become"
Social Media Blog API
Project Overview
This project is a backend for a hypothetical social media app, where we must manage our users’ accounts as well as any messages that they submit to the application. The application functions as a micro-blogging or messaging app. Any user should be able to see all of the messages posted to the site, or they can see the messages posted by a particular user. In either case, we require a backend which is able to deliver the data needed to display this information as well as process actions like logins, registrations, message creations, message updates, and message deletions.
bottom of page