{"id":19492424,"url":"https://github.com/myonaingwinn/myanmar-postal-code","last_synced_at":"2026-04-13T04:09:07.860Z","repository":{"id":65316233,"uuid":"589463011","full_name":"myonaingwinn/myanmar-postal-code","owner":"myonaingwinn","description":"Search for Postal Code (Myanmar only). You can search with English or Myanmar inputs. Have a nice day!","archived":false,"fork":false,"pushed_at":"2023-06-15T08:40:02.000Z","size":843,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T09:11:26.753Z","etag":null,"topics":["docker","docker-compose","element-ui","expressjs","makefile","mongodb","nodejs","pinia","vuejs2"],"latest_commit_sha":null,"homepage":"https://mm-postal-code.vercel.app","language":"JavaScript","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/myonaingwinn.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":"2023-01-16T07:13:56.000Z","updated_at":"2023-06-01T03:00:00.000Z","dependencies_parsed_at":"2024-11-10T21:22:10.363Z","dependency_job_id":"929c07f8-8db8-4459-a6c7-d1f0b995bd60","html_url":"https://github.com/myonaingwinn/myanmar-postal-code","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myonaingwinn%2Fmyanmar-postal-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myonaingwinn%2Fmyanmar-postal-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myonaingwinn%2Fmyanmar-postal-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myonaingwinn%2Fmyanmar-postal-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myonaingwinn","download_url":"https://codeload.github.com/myonaingwinn/myanmar-postal-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240738119,"owners_count":19849549,"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":["docker","docker-compose","element-ui","expressjs","makefile","mongodb","nodejs","pinia","vuejs2"],"created_at":"2024-11-10T21:21:05.419Z","updated_at":"2026-04-13T04:09:02.819Z","avatar_url":"https://github.com/myonaingwinn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"frontend/src/assets/icons/not-compile/postal-code-icon.svg\" alt=\"Icon\" width=\"150\" height=\"150\"\u003e\n\u003cimg src=\"frontend/src/assets/icons/not-compile/postal-code-envelope.svg\" alt=\"Envelope\" width=\"230\" height=\"120\"\u003e\n\u003cimg src=\"frontend/src/assets/icons/not-compile/postal-code-icon-beta.svg\" alt=\"Beta Icon\" width=\"125\" height=\"125\"\u003e\n\n\u003cdetails\u003e\n    \u003csummary\u003eTable of Contents\u003c/summary\u003e\n    \u003col\u003e\n        \u003cli\u003e\n            \u003ca href=\"#environment-setting-without-using-docker\"\u003e\n                Environment Setting without using Docker\n            \u003c/a\u003e\n        \u003c/li\u003e        \n        \u003cli\u003e\n            \u003ca href=\"#environment-setting-using-docker\"\u003e\n                Environment Setting using Docker\n            \u003c/a\u003e\n        \u003c/li\u003e\n        \u003cli\u003e\n            \u003ca href=\"#troubleshooting\"\u003e\n                Troubleshooting\n            \u003c/a\u003e\n        \u003c/li\u003e\n    \u003c/ol\u003e\n\u003c/details\u003e\n\n# Environment Setting without using Docker\n\n## Requirements\n\n1. [node](https://nodejs.org)-16 and above\n1. [MongoDB](https://www.mongodb.com) account (free)\n\n## Project Setup\n\n### Frontend\n\n#### Install packages\n\n```sh\ncd frontend \u0026\u0026 npm i\n```\n\n#### Copy .env file and set your Env data\n\n```sh\ncp .env.example .env\n```\n\n### Server\n\n#### Install packages\n\n```sh\ncd server \u0026\u0026 npm i\n```\n\n#### Copy .env file and set your Env data\n\nYou'll need MongoDB configurations. Go [there](https://www.mongodb.com) and create Cluster, DB, etc.,.\n\n```sh\ncp .env.example .env\n```\n\n## Run\n\n### Frontend\n\n```sh\ncd frontend \u0026\u0026 npm run dev\n```\n\n### Server\n\n```sh\ncd server \u0026\u0026 npm run dev\n```\n\n# Environment Setting using Docker\n\n## Requirements\n\n1. [Docker](https://www.docker.com/products/docker-desktop)\n1. [Make](https://www.gnu.org/software/make)\n\n## Project Setup\n\n```sh\nmake setup\n```\n\n### Set Env data\n\nSet necessary data in both of the following .env files.\n\n- `frontend/.env`\n\n- `server/.env`\n\n## Run\n\n```sh\nmake up\n```\n\n**That's all!**\n\n\u003e Take a look other _Make_ commands in [this](./Makefile) Makefile\n\n# Troubleshooting\n\nIf you encounter any issues during the setup or running of the application, you can refer to the following troubleshooting tips:\n\n- Failure of `make setup` command: If the `make setup` command fails, you can try deleting the `node_modules` folder in both the `frontend` and `server` directories. After deleting the folders, run the `make setup` command again.\n- CORS error: If you come across a CORS (Cross-Origin Resource Sharing) error, ensure that you have entered the URL of your frontend application in the `ALLOWED_ORIGIN` configuration variable in the `server/.env` file. This allows the server to accept requests from it.\n\n\u003e If you encounter any other bugs or issues while using the application, please help me improve it by opening a new issue [here](https://github.com/myonaingwinn/myanmar-postal-code/issues/new). I appreciate your feedback and will work towards resolving any reported problems.\\\n\u003e \\\n\u003e Feel free to reach out if you have any further questions or concerns.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyonaingwinn%2Fmyanmar-postal-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyonaingwinn%2Fmyanmar-postal-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyonaingwinn%2Fmyanmar-postal-code/lists"}