{"id":18086397,"url":"https://github.com/mdazfar2/three-tier-deploy-wanderlustapp","last_synced_at":"2026-05-05T15:31:42.222Z","repository":{"id":233110547,"uuid":"786058490","full_name":"mdazfar2/three-tier-deploy-wanderlustApp","owner":"mdazfar2","description":"Welcome to Wanderlust! This three-tier travel app, powered by React.js, Node.js, and MongoDB, is your gateway to discovering exciting destinations, seamlessly deployed on AWS and Docker. ","archived":false,"fork":false,"pushed_at":"2024-04-13T22:09:48.000Z","size":564,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T00:03:13.049Z","etag":null,"topics":["aws","devops","docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mdazfar2.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}},"created_at":"2024-04-13T09:49:46.000Z","updated_at":"2024-04-15T19:56:54.553Z","dependencies_parsed_at":"2024-04-15T19:56:50.306Z","dependency_job_id":"543d0011-3734-4588-bd13-f1632a8404c3","html_url":"https://github.com/mdazfar2/three-tier-deploy-wanderlustApp","commit_stats":null,"previous_names":["mdazfar2/three-tier-deploy-wanderlustapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdazfar2/three-tier-deploy-wanderlustApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdazfar2%2Fthree-tier-deploy-wanderlustApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdazfar2%2Fthree-tier-deploy-wanderlustApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdazfar2%2Fthree-tier-deploy-wanderlustApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdazfar2%2Fthree-tier-deploy-wanderlustApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdazfar2","download_url":"https://codeload.github.com/mdazfar2/three-tier-deploy-wanderlustApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdazfar2%2Fthree-tier-deploy-wanderlustApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261212278,"owners_count":23125576,"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":["aws","devops","docker","docker-compose"],"created_at":"2024-10-31T16:07:48.703Z","updated_at":"2026-05-05T15:31:42.135Z","avatar_url":"https://github.com/mdazfar2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Three Tier Wanderlust App\n\n![3-tier-wanderlust](https://github.com/mdazfar2/three-tier-deploy-wanderlustApp/assets/100375390/825e7505-ae46-46da-8835-7bba890ed1f5)\n\n## Overview- \n\nWelcome to Wanderlust! This three-tier travel app, powered by React.js, Node.js, and MongoDB, is your gateway to discovering exciting destinations, seamlessly deployed on AWS and Docker! 🌍✈️\n\n# Step by Step guide for making this project-\n\n  1. Fork this repo or clone-\n     ```bash\n     git clone https://github.com/mdazfar2/three-tier-deploy-wanderlustApp.git\n     ```\n\n  2. Install docker and docker-compose\n\n  3. Go to the `backend` directory\n     ```bash\n     cd three-tier-deploy-wanderlustApp/backend\n     ```\n\n  4. Then go to the `.env.sample` file and edit, paste your public ec2-ip \u0026 then save\n     ```bash\n     vim .env.sample\n     ```\n     ![.env.sample file](https://github.com/mdazfar2/three-tier-deploy-wanderlustApp/assets/100375390/4e322317-9631-4eee-9b0f-55fdddfe0065)\n\n  5. And then build image for `backend`\n     ```bash\n     docker build -t backend .\n     ```\n\n  6. Now move back to the `frontend` directory\n     ```bash\n     cd ../frontend\n     ```\n  7. Then again go to the `.env.sample` file and edit, and paste your public ec2 id \u0026 then save\n     ```bash\n     vim .env.sample\n     ```\n     ![image](https://github.com/mdazfar2/three-tier-deploy-wanderlustApp/assets/100375390/ae48cd24-e220-403f-a79b-cc86de7f0c0d)\n\n  8. Then build the image for `frontend`\n     ```bash\n     docker build -t frontend .\n     ```\n\n  9. Now, navigate to the main directory of our project, which is `three-tier-deploy-wanderlustApp`.\n      ```bash\n      cd ..\n      ```\n\n10. Now run the docker-compose-\n      ```bash\n      docker-compose up -d --build\n      ```\n  11. Now go the Inside the mongoDB container for Import sample data\n      ```bash\n      docker exec -it \u003cur-containerID-of-mongo\u003e mongoimport --db wanderlust --collection posts --file ./data/sample_posts.json --jsonArray\n  11. Now use your \u003cEC2-public-Ip\u003e with port:5173\n      ```\n      EC2-public-Ip:5173\n      ```\n\n      ***After this it will be running fine and well, if you are facing any issues, please don't hesitate to ask me. You can connect with me on-***\n\n- [LinkedIN](https://linkedin.com/in/md-azfar-alam)\n- [Discord](https://discordapp.com/users/877531143610708028)\n- [Mail Me](mailto:azfaralam.ops@gmail.com)\n\n  ---\n  \n### Will also deploy it using kubernetes, stay tuned! Thanks :)\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdazfar2%2Fthree-tier-deploy-wanderlustapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdazfar2%2Fthree-tier-deploy-wanderlustapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdazfar2%2Fthree-tier-deploy-wanderlustapp/lists"}