Skip to content

A CRUD app that lets you post anonimously. Only other members can find out who posted. Sample comments come from the show "The office" Season 06 episode 01 "Gossip"

Notifications You must be signed in to change notification settings

mkezfarias/members-only

Repository files navigation



Logo

Ruby on Rails. Authentication - Members only


Explore the docs »

View Demo
-- Request Feature

Table of Contents

About The Project

We can build complex apps with Rails, adding databases using merely a few lines of code. By understanding Active Record, we can easily create and manipulate data and even store it in the database without actually writing any SQL commands.


This project is a rails app that allows registered users to post comments anonimously. Only other members may know who posted what. Posts can be shared on facebook keeping the secret of who really posted.

A little tribute to "The Office" series' Gossip Episode



For more details about the project and its requirements go to The Odin Project

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Clone the repo from the terminal in your projects folder

$ git clone git@github.com:mkezmkez/members-only.git

CD into the folder

$ cd members-only

$ bundle install

Run the tests with the following command

$ bundle exec rspec

Get it working in your local server use this line in the terminal

$ rails s

It is recommended to deploy in Heroku, you'll need to open a Heroku account in herokuapp.com

Upcoming features

  • Follow users feature
  • Anonymous comments for each post

Contributing

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Open License

Contact

Acknowledgments

About

A CRUD app that lets you post anonimously. Only other members can find out who posted. Sample comments come from the show "The office" Season 06 episode 01 "Gossip"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published