Skip to content

Instantly share code, notes, and snippets.

@josecarneiro
Created February 17, 2020 09:44
Show Gist options
  • Save josecarneiro/4ce548012654ebb92e0b50d6364996ce to your computer and use it in GitHub Desktop.
Save josecarneiro/4ce548012654ebb92e0b50d6364996ce to your computer and use it in GitHub Desktop.
  • /: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment