-
Clone the repository
git clone <repository-url> cd career-plate
-
Install dependencies
npm install
-
Environment Setup Create a
.envfile in the root directory:DATABASE_URL="your_database_url"
-
Database Setup
# Generate Prisma client npx prisma generate -
Start Development Server
npm run dev
The application will be available at http://localhost:3000