Setup Instructions
1. Prerequisites
Before you begin, make sure you have the following:
- Node.js installed
- A database connection string
2. Initialize Database
Run the database migrations to create the necessary tables.
3. Update Database Schema
If you're seeing errors about missing columns, you need to update your database schema to include the new address fields.
4. Seed Database
Optionally, seed the database with initial data.