BaGorK / 1-node-farm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Project(NODE-FARM) to get started with node.js

This is a Hello World project to learn node.js

About NODE-FARM

we have an html template and a json file. simple by using the data stored in the json file we fill the template and make it dynamic website(that has a backend logic).

How to Use

  • Clone the project.
  • Open on you vs-code and open the terminal.

  • Then write node index.js on the terminal and hit enter

  • Listen to requests on port 8000 started! this will be displayed on the terminal

  • Go to Your browser and write http://localhost:8000/ and hit enter

-- HERE WE GO .... --

Overview of the project

This is the home page

When you click the DETAILS button, you will see ...

This is the home page

About


Languages

Language:HTML 92.9%Language:JavaScript 7.1%