Skip to content

A Rails web app whereby, 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.

Notifications You must be signed in to change notification settings

Byabasaija/Members-only

Repository files navigation

Members Only

In this project we built a clubhouse.

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.

Built with

  • Ruby on Rails
  • Bootsrap
  • Devise
  • Rubocop
  • VsCode

Getting started

To get started, you should first get this file in your local machine by cloning or forking this project or typing in your terminal

git clone https://github.com/Byabasaija/Members-only.git

Live Demo

Live demo link

Prerequisites

Before you start using the applicatiob, you need to be sure that you have Ruby installed on your computer, by typing.

ruby -v

You should see your version ofruby. If it's not installed in your system, follow this guide and it will help you to get it done.

Then you can install rails using this command,

gem install rails

And you can also check your rails version by typing in your terminal

rails -v

After that do bundle install to install all required gems and dependences

bundle install

Database migration

rails db:migrate

Open the rails Server in your terminal

rails s

Go to localhost:3000 in your browser

You can then sign up, create posts, edit.......

Authors:

Pascal Byabasaija

Dipesh Bajgain

Acknowledment

Odin Project

Contributions

Contributions, issues and requests are welcome

Show support

Give a star if you like the project

About

A Rails web app whereby, 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published