Setting Up Local Environment

Guide to setting up your local development environment for Zooly applications

This guide will walk you through setting up your local development environment for Zooly applications. Follow the steps below to get started.

Quick Start

  1. Prerequisites - Install required software and tools
  2. Environment Configuration - Set up environment variables, ports, and AWS
  3. Database Setup - Set up PostgreSQL database
  4. Running Applications - Start development servers and build packages
  5. Verifying Setup - Confirm everything is working correctly
  6. Troubleshooting - Common issues and solutions

Next Steps

Once your local environment is set up:

  1. Review the Domain Topology documentation to understand the application architecture
  2. Check the Authentication Setup guide for auth-specific configuration
  3. Explore the Getting Started guide for development workflows