Skip to content

feat: persist opportunities to disk (JSON file store) #3

Description

@josephtd

Summary

Replace the in-memory array in opportunityService.js with a simple JSON file store so data survives restarts.

Acceptance Criteria

  • Reads/writes to data/opportunities.json; file created on first write
  • All existing endpoints continue to work
  • data/ is gitignored
  • Unit tests mock the file system

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions