Skip to content

In this project we will implement authentication systems so users can only access areas of a site they are authorized to.

Notifications You must be signed in to change notification settings

DeliceLydia/members_only

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Members_Only

Table of Contents

About Project

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. screenshot

Built With

  • Ruby v2.7.2
  • Rails 6
  • SQLite3

Getting Started

  • 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

Prerequisites

  • 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
    

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Authors

Anas Siddiqui

👤 👤 Delice Lydia

Acknowledgements

Credits go to the following for providing guides on Ruby on Rails

Show your support

Give a ⭐️ if you like this project!

About

In this project we will implement authentication systems so users can only access areas of a site they are authorized to.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published