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

https://github.com/paladini/intro-pictures

Intro Pictures website.
https://github.com/paladini/intro-pictures

Last synced: 7 months ago
JSON representation

Intro Pictures website.

Awesome Lists containing this project

README

          

# Intro Pictures
Intro Pictures website.

**Mockups:**
- Desktop: https://marvelapp.com/1bb7che
- Tablet landscape: https://marvelapp.com/bhe7b8
- Tablet portrait: https://marvelapp.com/1fd1g8h
- Smartphone landscape: https://marvelapp.com/f5dh36
- Smartphone portrait: https://marvelapp.com/16f1643

## Requirements
In order to run this website, you need (at least) the following prerequisites:

- Ruby 2.3.0
- Rails 4.2.5.1

However, you must download several other ruby gems later (as you'll see later).

## Setting up the website

1. Download the project
2. Go to the main folder of the project and run `bundle install` in order to install all needed gems.
3. Run `rake db:create` in order to create the database.
4. Run `rake db:migrate` in order to create database tables and columns.
5. Run `rake db:seed` in order to import some basic Intro Pictures info to the database.

## Mailgun
picturesintro@gmail.com
sucessodosite

## Diagrams
There's a lot of diagrams that describe the website structure. You can find all of them at doc/*.svg.

In order to regenerate all diagrams from this project, follow the [RailsRoady](http://railroady.prestonlee.com/) documentation.