arthcmr / vizabi-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vzb Server Test

###Demo

  • Server:

###Running the project

The following dependencies must be preinstalled: Node.js

In order to install and serve the server application, clone the project, go to the project's folder and run the following:

cd server
npm install
node app.js

The server will run on http://localhost:3001 by default.

###Other options

The server runs on http://localhost:3000 by default. You may change the port by running:

node app.js --port=8000

About


Languages

Language:JavaScript 100.0%