This application serves to create a web app where people can publicly offer rides to others on prefixed routes. The intent here is to build a service which creates incentive for people to rideshare, by reducing the cost for the passengers, and covering the gas for the driver.
- Setup MongoDB credentials
- Clone repository
- Create a file inside the
/joyride
folder named.env
, specifying these variables:
MONGO_USER={input}
MONGO_PASSWORD={input}
MONGO_PATH={input}
PORT={input}
PRIVATE_KEY={input}
- Run
yarn install
to install all dependencies. npm run serve
to compile the client side code and start the server.