/PecuLab

Primary LanguageCSS

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>"