Quick start Run migrations Execute alembic upgrade head in project root (/stock-exchange) Environment Configuration Security SECRET_KEY=your_secure_random_string_here Database Configuration DATABASE_HOSTNAME=your_db_host DATABASE_CREDENTIALS=username:password DATABASE_NAME=your_db_name DATABASE_PORT=your_db_port