Back to ProjectsStart StepStart StepStart StepStart StepStart StepStart StepStart Project Guide
Capstone Project
Project 1: Relational Postgres Schema
Design a relational database and write schema migrations.
Frontend
Vanilla CSS dashboard tables displaying orders.
Backend
Node.js PG client routers query database tables.
Database
PostgreSQL database engines, primary keys, cascading constraints, B-Tree indices.
Implementation Steps
Step 1•45 mins
Relational Table mapping
Step 2•45 mins
SQL migration scripts creation
Step 3•45 mins
Key constraint definitions
Step 4•45 mins
Query Index optimization
Step 5•60 mins
Trigger procedures config
Step 6•60 mins