Is it possible to connect MongoDB and other dependencies to Github dev/codespaces to work online? #148404
Replies: 2 comments
-
Hi @Mariops89, Yes, it is possible to connect MongoDB and other dependencies to GitHub Codespaces, allowing you to work online without needing to have everything installed locally. Here are some steps you can follow to achieve that:
Let me know if you need further details on setting up Docker or connecting to MongoDB Atlas! Cheers, |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I have several dependencies of my project installed on localhost. However, I am traveling. I would like to know if it is possible to connect MongoDB and the other dependencies to Github dev, even with a blank DB so I don't have to download to my laptop again, like Git, MongoDB, NodeJS, JWT, etc (all the dependencies I have) locally and use them online on Github dev or in codespaces.
Thanks.
Currents dependencies:
APP:
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0.1"
// custom dependencies
API:
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.9.0"
// custom dependencies
Beta Was this translation helpful? Give feedback.
All reactions