In this project, we build an 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.
- Ruby,
- Ruby on Rails,
- VSCode,
- Linter : Rubocop
You can get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone git@github.com:emiliocm9/Members-only.git
-
If you run the follow command on your terminal, you will be able to run the code on your web browser
$ bundle install
$ rails db:create
$ rails db:migrate
$ rails server
-
This app allows users to create posts and the authors of the posts are displayed only if as a User you are logged in
-
After that you will be able to create, edit and delete new posts.
👤 Emilio Contreras
- Github: @emiliocm9
- Twitter: @emiliocm31
- Email: email
👤 Bruna Gobi
- Github: @brugobi
- Twitter: @BrunaGobi2
- Linkedin: bruna-gobi
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- Microverse
This project is MIT licensed.