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.
Make sure you have the following installed:
- Ruby
- Rails
-
Clone the repository.
-
Install dependencies:
bundle install
- Start the Rails server:
rails server
- Access the application:
Open a web browser and visit http://localhost:3000 to view the Project Catalog.