Skip to content

A sample Cab Booking Service (Backend only) To Demonstrate Braggi's Chatbot

Notifications You must be signed in to change notification settings

SushritPasupuleti/cab-booking-braggi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Cab Booking Service (Backend)

Setup

Requires MongoDB

npm install

Run Server

node server.js

Server runs on a port Specified in the .env file navigate to localhost:PORT in the browser

Routes (all POST)

├── add-api/
│   ├── add-user
│   ├── add-cab
├── book-api/
│   ├── book
│   ├── cabs-list
│   ├── trip-done
│   ├── dest-to
│   ├── dest-from


Check handlers/ for detailed information

About

A sample Cab Booking Service (Backend only) To Demonstrate Braggi's Chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published