reyolan / color_collection

Home Page:https://colorcollectionx.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Collection

This is a simple CRUD app for knowing the basics of Ruby on Rails and its MVC architectural pattern. An app for collecting different colors that may serve as a bookmark for colors or to remember color codes that may be useful in the future for one's future designs.

Technologies

  • Ruby 3.1.2
  • Rails 6.1.6
  • PostgreSQL 14.2
  • NodeJS 16.15.0
  • Yarn 1.22.18

Getting started

To get started with the app, clone the repo and access the created directory:

$ git clone git@github.com:reyolan/color_collection.git
$ cd color_collection

Make sure you're using a compatible version of Node.js:

$ node -v
v16.15.0

Install the needed gems and node modules:

$ bundle install
$ yarn

Next, create and setup the database (database migrations/schema):

$ bin/rails db:setup

Run the app by starting the Rails dev server and Vite.js dev server:

$ bin/rails server
$ bin/vite dev

You can then visit the site with this URL: http://localhost:3000

About

https://colorcollectionx.herokuapp.com/


Languages

Language:Ruby 61.1%Language:HTML 26.6%Language:TypeScript 6.9%Language:JavaScript 4.3%Language:SCSS 0.9%Language:CSS 0.1%Language:Procfile 0.1%