Skip to content

bettercallazamat/members-only-ror

Repository files navigation

AUTHENTICATION-2: MEMBERS ONLY

Contributors Forks Stargazers Issues

In this project we are creating a post where only members can see the post.

This is the Members Only project a tutorial and exercise to master the skills using forms in Ruby on Rails. This repository follows the instructions of The Oding Project. The final code is reviewed for a Microverse Technical Support Engineer TSE that supervises, makes suggestions and approves the completeness of the final product.

In this project it was used:

  • Ruby
  • Ruby on Rails Framework
  • HTML
  • CSS

Getting a Copy and Contributing

This project is open for anyone who wants to clone it and create their version. If you just want the files and don't want to make further changes, follow the steps below to get a copy in your computer:

1 - Install git in your machine. Follow this guide by The Odin Project if you haven't done so.

2 - Open your terminal, select the folder where you want to store this project and paste the following code

Required Installations

If you want a copy of this project running on your machine you have to install:

  • Ruby 2.6
  • gem 3.0
  • Bundler 1.17
  • Rails 5.2

For installation instructions follow The Instalation Guide

Instalation of This App

Once you have installed the requiered packages shown on the Required Installations, proceed with the following steps

Clone the Repository, the folder toy_app will be downloaded

your@pc:~$ git clone git@github.com:bettercallazamat/members-only-ror.git

Move to the downloaded folder

your@pc:~$ cd Forms-and-Helpers

install gems

your@pc:~$ bundle install --without production

migrate the database

your@pc:~$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

your@pc:~$ rails server

Then, go to http://localhost:3000/

Voila!

Authors

👤 Azamat Nuriddinov

👤Samuel Kiroko N

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to submit a new suggestion > issues page.

Show your support

Give a ⭐️ if you like this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages