Skip to content

Kewe63/matshgame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hercules Matsh Game Node.js Project

  • express was used in the project.
  • The email address is verifying
  • You need to run the project on the server with npm.

Installation

You need to write the following commands on the terminal screen so that you can run the project locally.

1. git clone https://github.com/HerculesNode/matshgame.git
2. cd matshgame
3. npm install
4. npm start
  • make the necessary adjustments with nginx
  • this project works with port 5555
server { 
    listen 443 ssl; 
    server_name <domain> *.<domain>;

    ssl_certificate /etc/letsencrypt/live/<domain>/fullchain.pem;
    ssl_certificate_key /etc/letsencrypt/live/<domain>/privkey.pem;
 
    location / { 
        proxy_pass https://localhost:5555; 
      
    } 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 77.7%
  • JavaScript 15.0%
  • Shell 7.3%