MiccWan / PecuLab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PecuLab

PecuLab is a website developed by the lab's members.

  • Link: The live server opens here.

Installation

Download the repository

$ git clone https://github.com/MiccWan/PecuLab.git
$ cd PecuLab

This website is developed using Node.js, and uses Express as its web framework. Once you have downloaded Node.js, run the following commands:

$ npm install

Then add a file named config.json, setting your port and password as follow:

$ touch config.json

In config.json:

{
	"port": <YOUR_PORT>,
	"password": <YOUR_PASSWORD>
}

Finally, open your server using:

$ node app.js

Test your app by connecting to "http://localhost:<YOUR_PORT>"

About


Languages

Language:CSS 39.9%Language:JavaScript 29.3%Language:HTML 15.8%Language:PHP 15.0%Language:Shell 0.0%