Skip to content

karianpour/forkish-back

Repository files navigation

FOR KISH

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:

Demo

Build

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;