https://github.com/arpit1997/bookcab
A Simple Web App model that lets you book cabs
https://github.com/arpit1997/bookcab
expressjs googleapi maps mongodb nodejs
Last synced: 6 months ago
JSON representation
A Simple Web App model that lets you book cabs
- Host: GitHub
- URL: https://github.com/arpit1997/bookcab
- Owner: arpit1997
- License: mit
- Created: 2017-01-20T06:50:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T13:52:26.000Z (almost 8 years ago)
- Last Synced: 2025-04-14T21:52:39.562Z (10 months ago)
- Topics: expressjs, googleapi, maps, mongodb, nodejs
- Language: JavaScript
- Homepage: https://book-cab.glitch.me/
- Size: 925 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookCab
[](http://standardjs.com/) 
[ ](https://app.codeship.com/projects/280610)
BookCab is a simple webapp which books cab nearest to you.

## How to run
- Install node and other dependencies
```
$ nvm install v8.9.3
$ npm install
$ npm run start
```
- Running tests
```
$ npm install --dev
$ npm run test
```
## License
This web app is licensed under [MIT License](https://github.com/arpit1997/BookCab/blob/master/LICENSE)