Skip to content

A twitter-like discussion platform for those in love with cycles. Members can post/like ideas/opinions, follow and be followed. Built with Ruby-on-Rails, PostgreSQL, HTML/CSS, RSpec

Notifications You must be signed in to change notification settings

pbkabali/MA-Cycles

Repository files navigation

MA-Cycles

This is the MVP of a socializing app built as my capstone project for the Rails course at Microverse.

The application is built with the Ruby on Rails framework and its purpose is to provide a discussion board for cycling lovers, business-people, and enthusiasts.

Screenshot

screenshot

Built With

  • Ruby on Rails
  • HTML5, CSS3
  • FlexBox

Live Demo

Visit live app

Watch demo here

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Ruby: 2.7.0
  • Rails: 6.0.3.4
  • Postgres: >=9.5
  • Web Browser

Setup

$git clone https://github.com/pbkabali/MA-Cycles

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Install

  • Run a local server

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rspec

Authors

👤 Paul Balitema Kabali

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

A twitter-like discussion platform for those in love with cycles. Members can post/like ideas/opinions, follow and be followed. Built with Ruby-on-Rails, PostgreSQL, HTML/CSS, RSpec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published