Building a Micro-blogging App
Goal:
To become familiar with building a web application using Sinatra
Assignment:
You’ll be building a micro-blogging app in a group of two
Site Requirements:
A user should be able to
Sign up
Sign in
Sign out
Edit their account details
Delete their account
Post micro-blogs (less than 150 characters)
See a profile page with all of their account details and micro-blog posts to date
Visit other users’ profile pages
See a page with the 10 most recent posts (the "feed")
We are creating an app that is similar to YELP but for music concert reviews.
A user can make a profile and review concerts from a dropdown menu of recent shows. They can also browse through other user profiles as well.
New users will be able to upload an avatar to their profile page, post reviews and delete all of their content