{"id":18060218,"url":"https://github.com/llczff/tastdy","last_synced_at":"2026-04-11T04:32:13.665Z","repository":{"id":260147329,"uuid":"880462054","full_name":"LLczff/tastdy","owner":"LLczff","description":"Full-stack recipe-sharing platform built with Next.js, Go (Gin), Tailwind CSS, and MongoDB.","archived":false,"fork":false,"pushed_at":"2025-03-05T20:50:19.000Z","size":2759,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-07T23:38:02.758Z","etag":null,"topics":["gin-gonic","go","golang","mongodb","nextjs","nextjs14","recipe-website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLczff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-29T19:10:29.000Z","updated_at":"2025-03-05T20:50:23.000Z","dependencies_parsed_at":"2025-08-07T23:35:46.288Z","dependency_job_id":null,"html_url":"https://github.com/LLczff/tastdy","commit_stats":null,"previous_names":["llczff/tastdy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LLczff/tastdy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLczff%2Ftastdy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLczff%2Ftastdy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLczff%2Ftastdy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLczff%2Ftastdy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLczff","download_url":"https://codeload.github.com/LLczff/tastdy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLczff%2Ftastdy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278420204,"owners_count":25983812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["gin-gonic","go","golang","mongodb","nextjs","nextjs14","recipe-website"],"created_at":"2024-10-31T04:06:33.065Z","updated_at":"2025-10-05T06:49:41.530Z","avatar_url":"https://github.com/LLczff.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tastdy\n\nA vibrant recipe-sharing platform designed for food lovers and home chefs. Whether you’re looking to try something new or showcase your culinary creations, **Tastdy** provides an inspiring and interactive space to explore flavors and connect with a community of passionate cooks.\n\n## Table of Contents\n\n- [Features](#features)\n- [Tech Stack](#tech-stack)\n- [Getting Started](#getting-started)\n- [Contact](#contact)\n- [License](#license)\n\n## Features\n\n- **Explore Recipes**: Browse a variety of recipes shared by other users.\n- **Like Recipes**: Show appreciation for your favorite recipes.\n- **Create My Own Recipe**: Add and share your personal recipes with the community.\n- **Responsive**: Responsive design for seamless use on all devices.\n\n## Tech Stack\n\n- **Next.js 14**: A React-based frontend framework for building server-side rendered applications.\n- **Tailwind CSS**: A utility-first CSS framework for styling the application.\n- **GIN**: A lightweight Go framework for building the backend API.\n- **MongoDB**: NoSQL database.\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- [Docker](https://docs.docker.com/get-docker/)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n\n### 1. Clone the Repository\n\nTo get started, clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/LLczff/tastdy.git\n\ncd tastdy\n```\n\n### 2. Create environmental file\n\nThis application require certain environment variables to be set. Create a `.env` file in the root of your project and add the following:\n\n```bash\n# MongoDB\nMONGO_INITDB_HOST=\"mongodb\" # \u003cmongo_service_name\u003e\nMONGO_INITDB_DATABASE=\"\u003cyour_database_name\u003e\"\nMONGO_INITDB_USERNAME=\"\u003cyour_database_user\u003e\"\nMONGO_INITDB_PASSWORD=\"\u003cyour_database_password\u003e\"\n\n# JWT\nJWT_SECRET=\"\u003cyour_jwt_secret\u003e\"\n\n# API path\n# http://\u003cbackend_service_name\u003e:\u003cbackend_container_port\u003e\nBASE_API_URL=\"http://backend:8080\"\n```\n\nIf you want to edit the `MONGO_INITDB_HOST` or `BASE_API_URL`, ensure it follows the format described above.\n\n### 3. Build and Run\n\nMake sure you have Docker running, then execute the following command to build and start the application:\n\n```bash\ndocker compose up -d\n```\n\n### 4. Access the application\n\nOnce the application is running, open your web browser and navigate to http://localhost:3000 or the port configured for your frontend, if it has been modified.\n\n## Contact\n\n- **Linkedin**: [Linkedin Profile](https://linkedin.com/in/thee-chaomai)\n- **Website**: [LLczff](https://llczff.github.io)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllczff%2Ftastdy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllczff%2Ftastdy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllczff%2Ftastdy/lists"}