Eyuelb / fleet-managment-system

Home Page:https://fleet-managment-system.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Check out our Next.js deployment documentation for more details.

This project uses Drizzle for database management. Below are the scripts and their purposes related to Drizzle.

Drizzle Scripts

1. drizzle-schema

Generates a schema representation of the current database state and drops the existing schema.

pnpm run drizzle-schema

drizzle-schema: Generates a schema representation and drops the current schema.

pnpm run drizzle-generate

drizzle-generate: Generates PostgreSQL-specific code or migrations.

pnpm run drizzle-push

drizzle-push: Applies the generated migrations to the PostgreSQL database.

pnpm run drizzle-studio

drizzle-studio: Opens a GUI tool for managing the database.

About

https://fleet-managment-system.vercel.app


Languages

Language:TypeScript 99.3%Language:CSS 0.5%Language:JavaScript 0.1%Language:SCSS 0.1%