A Monorepo for Yellow Taxi Analytics Dashboard implementation using Turborepo, NestJS, ReactJS + Vite
Demo account
email: [email protected]
pass: YellowTaxi@2024
-
Clone this repo.
git clone https://github.com/irfnd/yellow-taxi-irfnd
-
Move to project.
cd yellow-taxi-irfnd
-
Install all packages.
You can use your favorite package manager. In this tutorial I want to use pnpm. For other package manager you can customize.
pnpm install
-
Running all apps in development.
After setup backend and frontend you can back to this parent project folder
yellow-taxi-irfnd
. To running all apps in one time you can type:pnpm dev
-
Open apps
- Backend:
http://localhost:8080/docs
- Frontend:
http://localhost:5173
- Backend: