Skip to content

aavalkov/carpooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Carpooling Carpooling is an app that allows users to set up varous carpool locations and routes.

The project is for Conventional Rails for Epicodus.

##Setup In your terminal, clone the repo

Make sure you've installed postgres and have started the server:

$ postgres

Install all the dependencies:

$ bundle install

Set up the databases on your local machine:

$ rake db:create
$ rake db:schema:load

Finally, start the rails server:

$ rails s

It should now be available at localhost:3000.

##Authors Nick Bernard and Anna Valkov

##License MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors