简体   繁体   English

我在哪里以及如何使用小型MS SQL DB托管小型ASP .NETCore + React JS应用程序

[英]Where and how can I host small ASP .NETCore + React JS application with small MS SQL DB

我在哪里以及如何使用小型MS SQL DB托管小型ASP .NETCore + React JS应用程序。

The app can be hosted at Heroku. 该应用程序可以托管在Heroku中。

There's a great free tier during development x POC phases. 在开发x POC阶段有一个很棒的免费套餐。

“Deploy asp.net core 2.0 apps on Heroku” por Ikechi Michael https://link.medium.com/2hCmzAI1YZ Ikechi Michael撰写的“在Heroku上部署asp.net core 2.0应用程序” https://link.medium.com/2hCmzAI1YZ

But AFAIK there's no MS SQL free hosting. 但是AFAIK没有MS SQL免费托管。 So I recommend you starting with an open source database like MySQL. 因此,我建议您从像MySQL这样的开源数据库开始。

As long as you're using an ORM like Entity Framework, it's possible to change with little effort after the app goes big. 只要您使用的是诸如Entity Framework之类的ORM,在应用变大后就可以毫不费力地进行更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM