An open API service indexing awesome lists of open source software.

https://github.com/sabaimran/joyride

Rideshare as a service!
https://github.com/sabaimran/joyride

mongodb react rideshare sustainability

Last synced: about 1 month ago
JSON representation

Rideshare as a service!

Awesome Lists containing this project

README

          

# Joyride
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 instructions
1. Setup MongoDB credentials
2. Clone repository
3. 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}
```
4. Run `yarn install` to install all dependencies.
5. `npm run serve` to compile the client side code and start the server.