This is a back-end application for managing driver and passenger coordination. The product is designed by my friend "Mostafa Khalilnasab".
The driver mobile app is here[https://github.com/karianpour/forkish-driver]
The passenger mobile app is here[https://github.com/karianpour/forkish-app]
Here you can see a video of the apps in action:
in tsconfig.json
I have to add "baseUrl"="."
but it does not work properly while coding
for build
I added the following line to index.d.ts
line 11 in @types/bent
, there is closed issue about it here[mikeal/bent#71]
type Response = any;