lucaslbl / rails-mister-cocktail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lux Cocktail`s

Description

Lux Cocktail`s is a cocktail recipe organizer.

Features

  • Add, Edit and Delete your own cocktails
  • Add and Delete cocktails doses

🛠 Frameworks

The following frameworks were used to build this application:

Pré-requists

Antes de começar, você vai precisar ter instalado em sua máquina as seguintes ferramentas: Git, Ruby on Rails 6.0.3.5. Além disto é bom ter um editor para trabalhar com o código como VSCode

🎲 Running on Back End (server)

# Clone this repository
$ git clone <git@github.com:lucaslbl/rails-mister-cocktail.git>

# Open folder on terminal/cmd
$ cd rails-mister-cocktail

# Install all dependencies
$ Bundle Install

# Run the application in development mode
$ rails s

# The server will start at port: 3000 - go to http://localhost:3000

Heroku

Project deployed at (https://luxcocktails.herokuapp.com/)

About


Languages

Language:Ruby 75.2%Language:HTML 13.4%Language:SCSS 6.3%Language:JavaScript 5.1%