1.0.3 • Published 3 months ago

email-validate-project v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

hercules Node.js Project

A Node.js project written using Express. EJS was used as the view engine.

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/email-validate-project.git
2. cd email-validate-project
3. npm install
4. npm start
  • make the necessary adjustments with nginx
  • this project works with port 4444
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 http://localhost:4444; 
      
    } 
}
1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago