Skip to content

git-hacker/DriverGo_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is the rails backend for DriverGo.

To set up you need:

  • ruby 2.4.4
  • bundler installed within that ruby (gem install bundler)
  • Postgresql (brew install postgresql)
  • Postgis (brew install postgis) Then go into this project and run

bundle install

Then

bin/rails db:create db:migrate db:seed

and start server with

bin/rails s -p 3000

Releases

No releases published

Packages

No packages published