men32z / sample_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAMPLE APP

Solo/Collaborative Project: Let's Get Building / Basic Routes, Views and Controllers

!!!this project was updated many times. see commits.

this project was updated many times, I followed the tutorial here by the suggestion of the odin project in many sections. you can see some of them bellow.

Project Specifications:

In this project you will learn how to create and use routes for your application. Full task description: here

#Old Version, first project

In this project you will use rest-client gem in order to get search engine result. Following instructions from The Ruby on Rails tutorial, you will build site’s static pages.project description

Warm up project repository

this respository has the content of the warm up project.

Live Version

here lives!!!

Built With:

Ruby, Ruby on rails, sqlite3 local, postgresql development.

Author

Luis Preza https://github.com/men32z

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

About


Languages

Language:Ruby 74.0%Language:HTML 17.6%Language:CSS 5.8%Language:CoffeeScript 1.3%Language:JavaScript 1.3%