Skip to content

HunterJS-bit/Track-Driver-exam

Repository files navigation

Driver Application

Development Setup

1. Database

Start the database using Docker Compose:

docker compose --file ./docker-compose.dev.yml up

1. PhpMyAdmin

Available on http://localhost:8080

user: root
password: root  

2. Server

Navigate to the server directory and start the development server:

cd server
npm run dev

3. Client

Navigate to the client directory and start the development client:

cd client
npm run dev

4. Seeding

Navigate to the server directory and seed the database:

npm run db:seed

Drizzle

Generate migration file:

npx drizzle-kit generate

Push migration to database:

npx drizzle-kit push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors