Skip to content

This Package is made for temporary server on creating dummy project.

Notifications You must be signed in to change notification settings

RyaiStudio/Entry-Temporary-Server---ExpressJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This Package is made for temporary server on creating dummy project.

  • node v8.9.4
  • express v5.6.0

how to check the version of package installed? open terminal and type the following.

  • node: node -v
  • express: node -v <package-name> = node -v express

Instruction

The following instruction is applied only for this project.

If you have any question about the documentation please check this link here.

Deployment

Download this project to your local machine / Desktop.

The default port setting is set to localhost:3000

  • Open your terminal on current directory and run npm install. this will install the dependencies on your node module.
  • Run this command npm start
  • Open browser visit localhost:3000 and bwala your are now running temporary server in port 3000

Advance http and https server setup

  • Generate self-signed certificate using the following command openssl req -nodes -new -x509 -keyout server.key -out server.cert
  • Run this command npm run server-https
  • Now server is running on https

About

This Package is made for temporary server on creating dummy project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published