Mvp List - GeorgePensiero/atmosphere GitHub Wiki

MVP LIST

Atmosphere is a medium clone where users can write stories/articles to be viewed and liked or commented on by other users.

1.Hosting on Heroku(7/30/19)

  1. Account creation, login, and demo/login
  • users can sign up for an account and then log in and out of account
  • users can use a demo account to test out the site

3.Stories

  • users can post and edit stories when they are logged in
  • users can see an index of stories and read from them

4.Commenting on Stories

  • users can click on any story and post a comment under it

5.Follows and feed

  • users can follow follow/subscribe to other users and see all future content they post
  • when a user is following someone, that followed user's stories show up on their homepage when they're logged in

6.Likes

  • users can like a specific story, increasing said stories like count
  • users can only like a story when they are logged in

7.README