An API service to calculate various travel cost parameters between two locations and suggesting the cleanest path among available options
- Clone this repository
- cd into the directory of client and backend in different terminals and follow their setup instructions
-
After installing dependencies check whether the pre-commit hook is configured.
Check ifhusky.sh
exist in.git/hooks/
directory -
If not, delete the node_modules directory
rm -rf node_modules
- Then reinstall packages
yarn install