Introducing G2.ai, the future of software buying.Try now
Vidhi A.
VA
Actively Seeking Full Time Opportunities starting Jan'20 | Software Engineering | Java Developer

Can I use this to deploy my project which needs some database connection?

If Git it providing a server where you can deploy your project which needs database connection. Github is also providing the different database. Is it possible?
1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Mani Kumar Reddy K.
MK
Sr Software Developer at Colosseum Group | Backend Developer | Node MongoDB
0
Git is a software and doesn't provide any server. GitHub also doesn't provide any server for running your software but provides hosting for your Git repository which doesn't need any database. I guess you're either taking about GitHub pages where you can deploy your website or Github Actions where you can automate your build process. You cannot connect privately to a database from GitHub pages as it provides static hosting only. You can connect to database from your Github Actions script but it is short lived and timed out soon so I don't think you can achieve what you're trying to.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply