Skip to content

move-fast-and-break-things/catalog

Repository files navigation

Catalog

The Move Fast and Brake Things Club's Project Catalog is a web application built with Ruby on Rails that allows our programming club to showcase and organize the projects undertaken by its members.

This is an image

Prerequisites

Make sure you have the following installed:

  • Ruby
  • Rails

Installation

  1. Clone the repository.

  2. Install dependencies:

bundle install
  1. Start the Rails server:
rails server
  1. Access the application:

Open a web browser and visit http://localhost:3000 to view the Project Catalog.