This is the backend API for the Transportation App, built with Node.js, Express, and Prisma.
- Clone the repository:
git clone https://github.com/yourusername/tranportationAppAPI.git
cd tranportationAppAPI
npm install
DATABASE_URL="postgresql://USER:PASSWORD@HOST:PORT/DATABASE"
npx prisma migrate dev --name init
npm run server