Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/members-only
https://github.com/eapenzacharias/members-only
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eapenzacharias/members-only
- Owner: eapenzacharias
- Created: 2019-08-05T21:17:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T16:59:08.000Z (16 days ago)
- Last Synced: 2024-10-24T00:00:24.391Z (15 days ago)
- Language: Ruby
- Size: 10.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Members-Only
This is the second project from Forms and Authentication of the Rails main curriculum at [Microverse](https://www.microverse.org/) - @microverseinc
This assignment consists of using the bcrypt gem to have a first approach at authentication in rails. You will build an application that allows users to create posts and the authors of the posts are displayed only if as a User you are logged in.
#### RequirementsRuby 2.5.3
#### Installation
Download repository to your local machine, then run
bundle install#### Running
Run:
rails server
#### [Assignment link](https://www.theodinproject.com/courses/ruby-on-rails/lessons/authentication)
#### Authors
* [@lilleonz](https://github.com/lilleonz)
* [@eapenzacharias](https://github.com/eapenzacharias)