Find your way easily and some clicks with this app.
Path2 is a project, initially, mobile and later web, to find taxi roads that will lead you to your destination.
Let yourself be carried away by Path2 and have a good trip
Clone the project
git clone https://github.com/DumiJDev/path2.git
Go to the project directory
cd path2
Install dependencies with npm
npm install
Install dependencies with yarn
yarn
Start the server with npm
npm run start
Start the server
yarn start
To run tests, run the following command
npm
npm run test
Yarn
yarn test