/
: Home page, displays a list of recent/upvoted posts./channel/create
: Create new channel./channel/:channel
: View for each channel, with channel name, and list of posts./channel/:channel/post/create
: View for each channel, with channel name, and list of posts./channel/:channel/post/:post
: View single post./user/:username
: View single user with posts./authentication/sign-in
: Login./authentication/sign-up
: Sign Up
We can create a post list partial, post item partial, post, navbar partial. The navbar should include a link to the home and a link to the user profile.