No description
Find a file
Kevin Sivic 70bca86c23 Add business import feature with Mix task and admin UI
- Add Import module for parsing JSON and creating businesses with associations
- Add `mix localspot.import` task for CLI-based imports
- Add admin import page with drag-and-drop file upload at /admin/import
- Include sample import JSON and Buffalo NY business data (40 businesses)
- Support for importing hours and photos with each business

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 00:57:46 -05:00
.claude Add business import feature with Mix task and admin UI 2025-12-01 00:57:46 -05:00
assets Add LiveView pages for business directory 2025-12-01 00:11:36 -05:00
config Add pre-commit hook for formatting and tests 2025-11-30 21:58:08 -05:00
lib Add business import feature with Mix task and admin UI 2025-12-01 00:57:46 -05:00
priv Add business import feature with Mix task and admin UI 2025-12-01 00:57:46 -05:00
scripts Update site branding and navigation for LocalSpot 2025-12-01 00:15:09 -05:00
test Add business import feature with Mix task and admin UI 2025-12-01 00:57:46 -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