{"id":26066519,"url":"https://github.com/fireisgood/pokemon-hatch","last_synced_at":"2025-10-04T02:17:35.368Z","repository":{"id":279342563,"uuid":"930708795","full_name":"FireIsGood/pokemon-hatch","owner":"FireIsGood","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-25T03:54:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T04:30:44.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FireIsGood.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-11T04:33:55.000Z","updated_at":"2025-02-25T03:54:08.000Z","dependencies_parsed_at":"2025-02-25T04:30:47.176Z","dependency_job_id":"6d383894-166f-4eed-95e5-71a662ed49dd","html_url":"https://github.com/FireIsGood/pokemon-hatch","commit_stats":null,"previous_names":["fireisgood/pokemon-hatch"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpokemon-hatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpokemon-hatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpokemon-hatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FireIsGood%2Fpokemon-hatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FireIsGood","download_url":"https://codeload.github.com/FireIsGood/pokemon-hatch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242608447,"owners_count":20157360,"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","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":[],"created_at":"2025-03-08T20:52:30.710Z","updated_at":"2025-10-04T02:17:35.358Z","avatar_url":"https://github.com/FireIsGood.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pokemon Hatch\n\nHatch Pokemon from your terminal!\n\n## Running\n\nTo run the program, you first must have the other microservices running in the background.\n\n### Install Microservices\n\nClone and install [microservice A](https://github.com/sju0214/Random-Pokemon):\n\n```bash\ngit clone git@github.com:sju0214/Random-Pokemon.git ./microservice-a\ncd microservice-a\nnpm install\ncd ..\n```\n\nClone and install [microservice B](https://github.com/FireIsGood/pokemon-hatch-microservice-b):\n\n```bash\ngit clone git@github.com:FireIsGood/pokemon-hatch-microservice-b.git ./microservice-b\ncd microservice-b\nnpm install\ncd ..\n```\n\nClone and install [microservice C](https://github.com/FireIsGood/pokemon-hatch-microservice-c):\n\n```bash\ngit clone git@github.com:FireIsGood/pokemon-hatch-microservice-c.git ./microservice-c\ncd microservice-c\nnpm install\ncd ..\n```\n\nClone and install [microservice D](https://github.com/FireIsGood/pokemon-hatch-microservice-d):\n\n```bash\ngit clone git@github.com:FireIsGood/pokemon-hatch-microservice-d.git ./microservice-d\ncd microservice-d\nnpm install\ncd ..\n```\n\n### Run the Main Program\n\nStart up all the microservices. This is most easily done in a separate terminal as to not clog the background processes\nof the terminal running the main app.\n\n```bash\ncd microservice-a \u0026\u0026 npm run dev \u0026;cd ..\ncd microservice-b \u0026\u0026 npm run start \u0026;cd ..\ncd microservice-c \u0026\u0026 npm run start \u0026;cd ..\ncd microservice-d \u0026\u0026 npm run start \u0026;cd ..\n```\n\n(don't ask...)\n\nIf you need to kill the processes, use `fg` and then exit with `C-c`.\n\n```bash\nfg\n# Use C-c (Ctrl+c), then press enter to make your prompt come back\n# repeat until all background processes are killed\n```\n\nOnce all microservices are started, you must enter a virtual environment and install dependencies for the main program.\nThe `venv.sh` script is provided to automate setting up your virtual environment.\n\n```bash\n# Set up a virtual environment\nchmod +x\n./venv.sh\n\n# Enable the environment\n. ./venv/bin/activate\n\n# Disable the environment (after running the app)\ndeactivate\n```\n\nFinally, you can run the `app.py` file with python 3 or above.\n\n```bash\npython3 app.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireisgood%2Fpokemon-hatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireisgood%2Fpokemon-hatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireisgood%2Fpokemon-hatch/lists"}