Skip to content

Posting app focused on user authentication, sessions, and registrations with Devise.

Notifications You must be signed in to change notification settings

BrentBarnes/Members-Only

Repository files navigation

Members Only!

This project was created to practice authenticating users using Devise while also practicing CRUD actions.

The Assignment From The Odin Project

"In this project, you’ll be building an exclusive clubhouse where your members can write anonymous posts. Inside the clubhouse, members can see who the author of a post is but, outside, they can only see the story and wonder who wrote it."

Functionality

  • Logged in users can create their own posts
  • The author of each post is hidden unless the user is authenticated and logged in.
  • User sessions (log in and out) handled with Devise
  • User registration (sign up) handled with Devise
  • Bootstrap used for styling

Screenshots

Home Page (posts#index)

Home Page (posts#index)

New Post View

New Post View

Secret Poster Revealed After Loggin In

Secret Poster Revealed After Loggin In

Log In View

Log In View

Sign Up View

Sign Up View

About

Posting app focused on user authentication, sessions, and registrations with Devise.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published