Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 297 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 297 Bytes

GreenMap

User-Generated map with user-pinned green spaces.


How To Install

  • docker compose up
  • Working with local

Working With Local

    cd pawmap-frontend
    npm install
    npm run dev
    cd pawmap-backend
    go mod tidy
    go run .