Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 352 Bytes

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