Deploy Website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Deploy Website

I'm learning to develop a website with .net and sql server for the back end and react js for the front end. But I'm still confused about how to deploy the website online (users can access it online for testing). Is there a cost-free way to deploy both (back end and front end)? However, if it requires a fee, how can I get it?

20th May 2024, 2:09 PM
Dennis
3 Answers
+ 4
Most of the major cloud providers (AWS, Azure, Google) have free packages that give you limited access to a lot of services. You can check the Azure offering because you mentioned SQL Server. Azure SQL is basically the same. https://learn.microsoft.com/en-us/azure/azure-sql/database/free-offer?view=azuresql Be aware though that these services typically require you to register and provide your credit card info. So you should read the terms very carefully, especially the conditions when and how you get billed.
20th May 2024, 2:40 PM
Tibor Santa
Tibor Santa - avatar
0
You are looking for a web hoster with domain name registration (most hosters do have that). DreamHost is what I use. Do not use Site 5. I have heard rumors of free web hosting, but it sounds very suspicious.
20th May 2024, 2:33 PM
Wilbur Jaywright
Wilbur Jaywright - avatar
0
at the moment I have my python-django on vercel. it works fine, was moved there in October or November last year
21st May 2024, 7:37 AM
Mihaly Nyilas
Mihaly Nyilas - avatar