Skip to content

vikrantkalyan23/express-pm2-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-pm2-nginx

Create An Application, Deploy With PM2 And Nginx npm init -y npm install express node app.js

Install PM2:

npm install pm2 -g pm2 start app.js

Install Nginx using Homebrew:

brew install nginx

or on windows sudo apt install nginx

Run :

http://localhost:3000/data

Output :

message "Hello, this is JSON data… by the Express server!" author "Vikrant Kalyan"

About

Create An Application, Deploy With PM2 And Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published