itizarsa / taskphin

Backend service for candidate management with skill-based score calculation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taskphin

NPM Commands

$ npm run <options>

OPTIONS:

start             -  Starts the production server

dev               -  Starts the development server

drizzle:studio    -  Run drizzle studio locally

drizzle:generate  -  Generate SQL migration statements

drizzle:push      -  Push local schema changes to database

drizzle:migrate   -  Apply generated SQL migration

Setup

  1. Install NodeJS: >= v20.11.0, if you don't have it yet.

  2. Install project dependencies: npm install

  3. Start MySQL database: >=v8.0.30

  4. Create .env file in root directory & configure values referring .env.sample

  5. Run npm run start to start the app

Database

  1. Run drizzle:generate to generate migrations

  2. Run drizzle:migrate to apply the migrations

API Documentation

About

Backend service for candidate management with skill-based score calculation


Languages

Language:JavaScript 100.0%