Skip to content

DanteAlonsoHT/members_only

Repository files navigation

Project: Members Only

In this project, we build an exclusive blog where members can write posts about non-members or whatever. Inside this app, members can see who the author of a post is but, outside, they can only see the story and wonder who wrote it. You can get the full project description here.

This project uses devise gem to create the authentication in Ruby on Rails, you can learn more about it in this project, how to use it and how to make relations in the database with the Users table created by the gem devise. We encourage you to use it because it's the easiest way to make a complete authentication, and you can customize it if you want to do it.

Screenshots

screenshot1 screenshot2 screenshot3 screenshot4 screenshot5

Built with

  • Ruby on Rails
  • Visual Studio Code
  • Git
  • GitHub

Linters

  • Rubocop
  • Stylelint

Getting Started

Follow the steps below to get a local copy running:

Install

  • To run this project on the local computer, you need to install Ruby on Rails.
  • Then clone the project by typing git@github.com:DanteAlonsoHT/members_only.git.

Run App

  • Type bundle install in the root directory of the project.
  • Type rails db:create in the root directory of the project to create the database.
  • Type rails db:migrate in the root directory of the project to migrate the database.
  • Type rails server in the root directory of the project.
  • Open a browser, copy and paste http://localhost:3000

Warning

If you have an error named:

"Webpacker::Manifest::MissingEntryError in ..."

Type in the terminal rails webpacker:install in the root directory of the project to fix it.

Authors

👤 Fondem Junior

👤 Dante Alonso

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

In this repository, we've been working about an exclusive clubhouse, member-only can see who is the post's author, outside, they can only see the story and wonder who wrote it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors