Skip to content

fiantyogalihp/notes_app_restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Manager

notes app backend REST API with AWS EC2 Instance, stay server active with process manager

Create and Start server (in first time only)

$ pm2 start npm --name "notes-api" -- run "start-prod"

Restart server

$ pm2 restart notes-api

Stop server

$ pm2 stop notes-api

Start server

$ pm2 start notes-api

About

A simple CRUD non-database restapi from www.dicoding.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published