Skip to content

AKVishwakrama/HirepathAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Database Design: HirePath AI

Features

  • UUID for Primary Keys: Ensures global uniqueness and better security than standard integers.
  • JSONB Integration: Used for AI feedback and resume parsing for high flexibility.
  • Relational Integrity: Uses Foreign Keys to link Users, Resumes, and Companies.

How to Setup

  1. Install PostgreSQL.
  2. Run psql -U postgres -f schema.sql.
  3. Run psql -U postgres -f seed.sql to add dummy Indian user data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published