Ajit Hegde
Ajit Hegde

Reputation: 552

Cloud hosting for small hospital?

I created a hospital management app for small hospital. They wanted cloud solution, I would have used Amazon Web Service or Heroku , since I am most familiar with them.

This is the project detail.

1: The project has 4 MySQL database (separated from department and purpose)

2: I designed it using asp.net core Web API as backend

3: Front end uses Vue Js

4: Used docker and Gitlab ci/cd pipeline to deploy to test environment (Heroku free)

5: Max 50 users will access this system simultaneously.

6: website main operation is getting data and inserting data to database and some task scheduling for reminder.

Ok now my problem hospital management wanted economical, secure and responsive hosting provider. Also needed database back up too.

While I would like to use AWS , it doesn't seems to be economical.

So what other options I have?

Upvotes: 0

Views: 86

Answers (1)

Ketan Kotak
Ketan Kotak

Reputation: 957

You can use godaddy / hostgator or other hosting providers which resale cloud hosting. AWS is not that much costly either if you are using it effectively. you require windows VM with MySQL database? I have worked with AWS and Azure. Azure seems to be good option too but for that need to know exact hardware requirement and scaling.

Upvotes: 1

Related Questions