In this project we have implemented an authentication system to a post sharing applicatioin. Users can only access areas of a site they are authorized to.
- Ruby v2.7.2
- Rails 6
- SQLite3
-
Clone this repo
git clone https://github.com/DeliceLydia/members_only.git
-
Navigate to members_only folder
cd members_only
-
On the terminal, while in the 'members_only' directory, run the following to install dependency:
bundle install
-
At this point, you still don't have the SQLite database. Run the following to get setup:
rails db:migrate
-
To interact with the project, run:
rails server
OR
rails s
-
Go to the browser and enter
http://localhost:3000
to go to the homepage which display links to all posts
-
Ensure you have these installed:
- Git
- Ruby 2.7.2
- Ruby on rails
gem install rails
-
You also need to ensure your yarn is upto date
yarn install --check-files
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Anas Siddiqui
- GitHub: @githubhandle
- LinkedIn: linkedIn
👤 👤 Delice Lydia
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Credits go to the following for providing guides on Ruby on Rails
Give a ⭐️ if you like this project!