pickupride-backend Requires config file with keys. Care to make contributions? Email me for keys. To start app using MongoDB: npm start To start app with PostgreSQL: npm start sql Before starting with PostgresQL: dropdb ride createdb ride psql ride < ./db/sql/pickup.sql -q