{"id":49510615,"url":"https://github.com/williamw-dev/lootopia","last_synced_at":"2026-05-01T19:01:25.747Z","repository":{"id":315760526,"uuid":"906192520","full_name":"williamw-dev/lootopia","owner":"williamw-dev","description":"🧩 Lootopia is an innovative platform, structured as an immersive ecosystem, dedicated to the participation and organisation of treasure hunts.","archived":false,"fork":false,"pushed_at":"2026-01-30T19:42:50.000Z","size":1752,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T04:58:41.452Z","etag":null,"topics":["honojs","monorepo","nextjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/williamw-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-20T11:04:53.000Z","updated_at":"2026-01-19T15:17:08.000Z","dependencies_parsed_at":"2025-09-20T15:54:24.481Z","dependency_job_id":"1d0629d3-84b3-4c97-b15d-ba1d53e788ab","html_url":"https://github.com/williamw-dev/lootopia","commit_stats":null,"previous_names":["williamw-dev/lootopia"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/williamw-dev/lootopia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamw-dev%2Flootopia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamw-dev%2Flootopia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamw-dev%2Flootopia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamw-dev%2Flootopia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamw-dev","download_url":"https://codeload.github.com/williamw-dev/lootopia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamw-dev%2Flootopia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["honojs","monorepo","nextjs","typescript"],"created_at":"2026-05-01T19:01:24.855Z","updated_at":"2026-05-01T19:01:25.712Z","avatar_url":"https://github.com/williamw-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧩 Lootopia\n\nLootopia is an innovative platform, structured as an immersive ecosystem, dedicated to the participation and organisation of treasure hunts.\n\n## 🐐 Contributors\n\n- [@William](https://github.com/william-wtr92) \u003e Fullstack Developer / Team Leader\n- [@Pascal](https://github.com/Scalpal) \u003e Fullstack Developer\n- [@Delphine](https://github.com/delphinepb) \u003e Fullstack Developer\n\n## 🔨 Setup\n\n### 🐳 From Docker environment\n\n- Make sure you have **Docker** installed on your machine.\n- Setup ur **.env** file with the following\n  variables -\u003e [See example](https://github.com/william-wtr92/lootopia/blob/main/.env.example).\n\n- To run this project clone this repository and run it locally using **docker commands**. \u003cbr\u003e\u003cbr\u003e\n\n  - **🚀 Production:** \u003cbr\u003e\n    **Start the project:**\n    ```bash\n    make SERVICE=prod up\n    ```\n\n    **Stop the project:**\n\n    ```bash\n    make SERVICE=prod stop\n    ```\n\n  - **⚙️ Development:** \u003cbr\u003e\n    **Start the project:**\n\n    ```bash\n    make up\n    ```\n\n    **Stop the project:**\n\n    ```bash\n    make stop\n    ```\n\n### 🔑 From the local environment\n\n- You need to have **PNPM** installed, if not you can install it by following\n  the [instructions](https://pnpm.io/installation).\n- You need to have **Stripe CLI** installed, if not you can install it by following\n  the [instructions](https://docs.stripe.com/stripe-cli).\n- Setup ur **.env** file with the following\n  variables -\u003e [See example](https://github.com/william-wtr92/lootopia/blob/main/.env.example).\n- Install [PostgreSQL](https://www.postgresql.org/download/) \u0026 [PostGIS](https://postgis.net/documentation/getting_started/) \u0026 [Redis](https://redis.io/docs/install/install-redis/) on\n  your local machine.\n- Install the dependencies by running `pnpm install` at `root`.\n- Start the `development server` by running the following commands at `root`:\n\n  ##### **🖥️ Front - Lootopia Client:**\n\n  ```bash\n  pnpm run dev:client\n  ```\n\n  ##### **🖥️ Back - Lootopia Server:**\n\n  ```bash\n  pnpm run dev:server\n  ```\n\n### **🔗 Access the project:** \u003cbr\u003e\n\n- **[Front - Lootopia Client](http://localhost:3000)** run on port `3000`\n- **[Back - Lootopia Server](http://localhost:3001)** run on port `3001`\n\n## ⭐️ Tech Stack\n\n- Client: NextJS \u0026 TypeScript\n- Mobile: Expo (React Native) \u0026 TypeScript\n- Server: HonoJS / RPC \u0026 TypeScript\n- Database: PostgreSQL / PostGIS / CosmosDB\n- Cache: Redis\n- Mockup: Figma\n- GitHooks: Husky\n- CI/CD: Github Actions\n- GitOps \u0026 Continuous Deployment: ArgoCD\n- Testing: Jest\n- Monitoring: Grafana / Prometheus / Sentry\n- Containerization: Docker\n- Orchestration: Kubernetes / Helm\n- Infrastructure: Azure / Terraform\n\n## 💡 Other Tools\n\n- Agile Methodology: Jira\n- Documentation: Notion / Markdown\n\n## 📝 License\n\n\u003e No part of this software may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the author. For permission requests, write to the author at the email provided in the contact details.\n\n\u003e For more details, see the [LICENSE.md](./LICENSE.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamw-dev%2Flootopia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamw-dev%2Flootopia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamw-dev%2Flootopia/lists"}