Eltrocab is RestApi it can be used to book cab.
- Install Go and set gopath.
- Open Terminal and paste this command git clone https://github.com/ManivishalBurra/Eltrocab.git
- cd eltrocab/
- go build
- eltrocab.exe
- API testing can be done using postman
- environment variable are also provided:
- {{BASE_URL}}- localhost:8080
- {{userToken}}- absds.jfdf.kgjfdhg
- {{driverToken}}- absds.jfdf.kgjfdhg
- POSTMAN collection and environment are available in the repository here.