NeoxAzrot / museum-ruby

Virtual museum, where you can find 50 works chosen according to a theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Museum ruby

The following instructions will help you get started and use the application.

Prerequisites

NodeJS

Installation for MacOS, Linux and Windows.

Ruby version: 2.6.5

Ruby on Rails version: 5.2.4.1

PostgreSQL

Configuration

In the project folder, install the gems

bundle install

Creation of the database

In the project folder, create the database

rails db:create

Perform migration of the database

rails db:migrate

Initializing the database

You will need to add the data yourself directly from the site admin panel.

Running the site

To start the rails server

rails s

Sami Lafrance

About

Virtual museum, where you can find 50 works chosen according to a theme.

License:MIT License


Languages

Language:Ruby 67.9%Language:HTML 20.3%Language:SCSS 8.9%Language:JavaScript 2.5%Language:CoffeeScript 0.5%