This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install pm2 on server | |
Start process on Pm2 on a PORT of your choice . Can be 3000 OR 30001 or any other port except 80 and 443 | |
Goto /etc/nginx/sites-available | |
Edit default file, or copy it to a new file with Server name | |
add This in the server Block for Nginx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <stdlib.h> | |
using namespace std; | |
void printMenu() { | |
cout << "1: First Grade" << endl; | |
cout << "2: Second Grade Grade" << endl; |