No description
Find a file
Kevin Sivic e8fd635ddb Add Businesses context with A-Frame architecture
Phase 1 - Database foundation:
- Categories, businesses, hours, photos migrations
- Ecto schemas with changesets and validations

Phase 2 - Business logic:
- Logic module with pure functions (Haversine distance, slug generation, etc.)
- Queries module for database operations with filtering
- Businesses context coordinating Logic and Queries layers
- 43 tests covering logic and queries

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 23:55:29 -05:00
.claude Add Businesses context with A-Frame architecture 2025-11-30 23:55:29 -05:00
assets Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
config Add pre-commit hook for formatting and tests 2025-11-30 21:58:08 -05:00
lib Add Businesses context with A-Frame architecture 2025-11-30 23:55:29 -05:00
priv Add Businesses context with A-Frame architecture 2025-11-30 23:55:29 -05:00
scripts Add pre-commit hook for formatting and tests 2025-11-30 21:58:08 -05:00
test Add Businesses context with A-Frame architecture 2025-11-30 23:55:29 -05:00
.formatter.exs Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
.gitignore Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
.tool-versions Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
AGENTS.md Add A-Frame architecture and Testing Without Mocks guidelines 2025-11-30 22:51:32 -05:00
mix.exs Add pre-commit hook for formatting and tests 2025-11-30 21:58:08 -05:00
mix.lock Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
README.md Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00

Localspot

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more