Skip to content

andru1989/transport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Clone this repo, install dependencies, then start the rails process with the following:

> git clone https://github.com/andru1989/transport.git
> cd transport
> bundle install
> rails db:migrate
> rails db:seed
> rails s

If you want to try recovering password with devise just add credentials in /config/application.yml