Manish
Manish

Reputation: 539

Start a node server on aws

I am new to AWS. I am trying to start to a Node server to fetch the data from the database. As we use command node script.js to start the node server. Could please anyone guide me on how to upload and run the script over AWS servers.

Thanks.

Upvotes: 1

Views: 220

Answers (1)

Manish
Manish

Reputation: 539

As the original link provided in the comments by @Shahadat Hossain,

Here is a tutorial to upload in aws:

https://medium.com/@nishankjaintdk/setting-up-a-node-js-app-on-a-linux-ami-on-an-aws-ec2-instance-with-nginx-59cbc1bcc68c

Upvotes: 1

Related Questions