andresporras3423 / members-only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Members Only! project

Sixth Ruby on Rails Microverse Project By Salvador Olvera & Oscar Russi

screenshot

What it does

  • It has two model: User, Post
  • The User has 3 attributes:name, email, and password with the respective validation, remeber token.
  • The Post has 2 attributes:comment, user_id
  • In the front-end we can create new users and create new posts, when the user isn't logged in. The autor name is hidden

How to run this project

  • Install ruby
  • Install ruby on rails
  • Install bundle
  • Run "bundle install" inside folder
  • Run "rails server" inside folder
  • Go to http://127.0.0.1:3000/

and deployed to GitHub

Authors

Salvador Olvera

Oscar Russi

� Contributing

This is a project for educational purposes only. We are not accepting contributions.

Attributions and Credit

Special thanks to Microverse, for this learning opportunity.

Show your support

Give a ⭐️ if you like this project!

Enjoy!

About


Languages

Language:Ruby 77.6%Language:HTML 15.5%Language:CSS 2.8%Language:JavaScript 2.7%Language:CoffeeScript 1.4%