Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidosky007/members__only
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.
https://github.com/davidosky007/members__only
Last synced: about 7 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/davidosky007/members__only
- Owner: Davidosky007
- Created: 2021-01-19T08:09:38.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2021-01-21T17:20:46.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T23:49:15.489Z (almost 2 years ago)
- Language: Ruby
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Members-only
Creating an application with the backend needed to store the information from users and posts with focus on the authentication, if the author is authenticate can see who wrote each post... See it in action!!!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
## Project ScreenShoot
## Table of Contents
- [Project ScreenShoot](#project-screenshoot)
- [Table of Contents](#table-of-contents)
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Future Feature](#future-feature)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)## About The Project
(Click in the image go to the finish product, remember to sign up to see the authors of the posts!
See instructions to test and see the code [Usage](#usage))
[![Product Name Screen Shot][product-example]]
In this project we developed a simple app with authentication:
* The form uses bootstrap for css combined with embedded ruby code
* The back end is set up with a User and Post model that validates presence of username, email and password, using devise gem and validates the presence of Post's description.
* We use devise to perform user's authentication, creating the corresponding actions such as Log in, Log out,Sign up.
* If you check the page without being authenticated, you will not be able to see the post's authors and the timestamps from the posts, but it displays when you Log in or Sign up.
* You can create your own posts.
* When you sign in or up, the application provides the posts available
* This app pops up notification via flash messages.
* For a better user experience, the application posts are paginated.### Built With
The project was developed using the following technologies:
- [RUBY](https://www.ruby-lang.org/es/)
- [RUBOCOP LINTERN](https://github.com/microverseinc/linters-config/tree/master/ruby)
- [RAILS](https://rubyonrails.org/)
- [Materialize library](https://materializecss.com/)
- [DEVISE GEM](https://github.com/heartcombo/devise)
- [WILL PAGINATE](https://rubygems.org/gems/will_paginate/versions/3.1.0?locale=es)## Future Feature
* Dropdown menu
## Usage
* Click the image to start using the virtual workspace:
[![Product Name Screen Shot][product-screenshot]]
* Type in the terminal `bundle install`
* Then `yarn install --check-files`
* Run `rails db:migrate`
* Now you can use the `rails console` to interact with the database or see the direct page working onNow you can test directly in the browser!!
## Roadmap
See the [open issues](https://github.com/Davidosky007/members_only/issues) for a list of proposed features (and known issues).
## Contact
Project Link: [https://github.com/Davidosky007/members_only]
David Bassey - [Github user: David Bassey](https://github.com/Davidosky007)
[email protected]
|
Portfolio
|
|
## Acknowledgements
- [Microverse curriculum Rails section](https://www.microverse.org/?grsf=6ns691)
- [The Odin project: Authentication](https://www.theodinproject.com/courses/ruby-on-rails/lessons/authentication)
- [Rails Guides](https://guides.rubyonrails.org)
- [Bootstrap library](https://getbootstrap.com/docs/5.0/utilities/colors/#dealing-with-specificity)