Skip to content

karthi07/members-only

Repository files navigation

Logo

Members Only - Authentication Project

Exclusive clubhouse where your members can write embarrassing posts about non-members. 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.
Report Bug · Request Feature

Table of Contents

About The Project

Exclusive clubhouse where your members can write embarrassing posts about non-members. 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.

This is part of the Forms Project in The Odin Project’s Ruby on Rails Curriculum.

Installation

To have this app on your pc, you need to:

  • have Ruby & Ruby on Rails installed in your computer
  • download or clone this repo:
    • Clone with SSH:
      git@github.com:karthi07/members-only.git
    
    • Clone with HTTPS
      https://github.com/karthi07/members-only.git
    
  • Open the terminal inside the clone directory and run the bundler:-
    • $ bundler install
  • run rails db:migrate. This creates the database with the corresponding tables, columns and associations:-
    • $ rails db:migrate
  • You can test the database by running:-
    • $ rails console

How to Use

Home Page - to view the post

Logged in members can see who the author of a post is but, outside, they can only see the story and wonder who wrote it.

Built With

This project was built using these technologies.

  • Ruby & Ruby on Rails
  • SQLite
  • Rubocop
  • Stickler
  • VsCode

Contributors

👤 Admin 1

👤 Jaspreet singh

👤 Karthick

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published