In this project, we have used the devise gem to implement authentication in a web app. The application allows authenticated users to create posts. These posts are publicly viewable, but its authors are hidden to everyone except other authenticated users.
- Rails
- Ruby
To get this project up and running locally, you must already have ruby and necessary gems installed on your computer
To get this project set up on your local machine, follow these simple steps:
- Open Terminal.
- Navigate to your desired location to download the contents of this repository.
- Copy and paste the following code into the Terminal:
git clone https://github.com/oracleot/exclusive-clubhouse
- Run re-former.
- Run
bundle install
to get the necessary gems. - Run
rails db:create
followed byrails db:migrate
to create the database.
👤 Meron Ogbai
- Github: @meronokbay
- Twitter: @MeronDev
- Linkedin: linkedin
👤 Damilola Oduronbi
- Github: @oracleot
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.