Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nonuabi/iartgallery


https://github.com/nonuabi/iartgallery

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# My Ruby Project

## Description

This is a Ruby on Rails application that serves as an art gallery. It allows users to view, upload, and rate artwork.

## Getting Started

### Prerequisites

- Ruby version: This project uses Ruby 3.1.2. You can check your Ruby version with the command `ruby -v`.
- System dependencies: This project requires a PostgreSQL database. Make sure you have it installed and running on your system.

### Installation

Follow these steps to get a development environment running:

```sh
# Clone the repository
git clone [email protected]:nonuabi/iArtGallery.git

# Navigate into the directory
cd iArtGallery

# Install Ruby dependencies
bundle install

# Create the database
rails db:create

# Run migrations
rails db:migrate

# Start the Rails server
rails server

```