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!
- Host: GitHub
- URL: https://github.com/sabaimran/joyride
- Owner: sabaimran
- Created: 2019-05-09T04:27:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T18:46:03.000Z (over 4 years ago)
- Last Synced: 2025-05-29T00:07:50.676Z (about 1 year ago)
- Topics: mongodb, react, rideshare, sustainability
- Language: JavaScript
- Homepage:
- Size: 1.66 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.