Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.49 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.49 KB

Yellow Taxi App (Fullstack)

A Monorepo for Yellow Taxi Analytics Dashboard implementation using Turborepo, NestJS, ReactJS + Vite

Demo

NestJS Vercel

Demo account

email: [email protected] pass: YellowTaxi@2024

Get Started

  • 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
  • See Backend Documentation.

  • See Frontend Documentation.

  • 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