Skip to content

Nebula-2003/dailyReportsBackend-SOU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dailyReportsBackend-SOU

Installation

To install the server dependencies, run the following command:

npm install

Running the server

To run the server, run the following command:

NOTE: By default, we use PM2 to run the server. If you don't have PM2 installed, you can install it by running the following command:

npm install pm2 -g
npm run start

Deleting the server

To delete the server, run the following command:

npm run delete