Skip to content

hackvan/portfolio-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio App

This project is an example app for Ruby on Rails.

Demo: heroku app

homepage

Requirements

  • Ruby version: 2.4.1
  • Rails version: 5.1.5
  • Postgresql: 9.6.3

Installation

If you are using rvm, you can create a gemset for the project: rvm use 2.4.1@portafolio_app

Install dependencies

$ bundle install

You need bundler in order to run this command, you can install with: gem install bundler

Database

In order to create the database:

$ rails db:create
$ rails db:migrate

To populate with the initial data of the app:

$ rails db:seed

Don't forget to run the instance of postgresql before this steep.

Run

To run the application

$ rails server

Open your web browser and go to http://localhost:3000

For demonstration purposes only:

username: administrator

password: 123456

License

Copyright (C) Diego Camacho (2018)

Licensed under the Apache License, Version 2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors