Skip to content

FAC9/the-badgerer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The-Badgerer

Lovely Badger

Description: A platform for writing and sharing reviews of coding resources.

Install Guide

Start Guide

FAC9! We took the liberty of creating an account for all of you. Your username is your GitHub handle (exactly as it is on GitHub, including capital letters). Ask us for your password :)

User stories:

As a curious learned FAC9 badger...

  • I can log in with Username: yourgithubhandle (e.g jwhiles), Password: BigBadBadger.
  • I can also log out.
  • On the home page, I can see a list of 5 recent reviews, and top 5 resources.
  • I can see a list of all resources.
  • I can see a list of reviews of a particular resource.
  • I can see a users profile and their reviews.
  • I can submit a review on a resource profile page.
  • I can edit and delete and my own reviews.

Schema

Schema

Route names:

  • / - (home)
  • /user/{user_id} (user profile)
  • /resources (list of resources)
  • /resource/{resource_id} (resource profile)
  • /login (to log in)
  • /logout (to log out)
  • /edit/{review_id} (available for when I want to edit one of my reviews)
  • /delete/{review_id} (available for when I want to delete one of my reviews)
  • /addreview/{resource_id} (available when I am logged in and submitting via resource profile)