Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 361 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 361 Bytes

BPool

Ride sharing made easy for UCLA

Application Wiki

https://github.com/ucladevx/BPool/wiki

Dependencies

  1. Golang 1.9 or higher
  2. Postgres
  3. Go dep
  4. GPG

How to run

  1. Run dep ensure
dep ensure
  1. Unencrypt the config file
make config
  1. Run the server
make run