YittynNg / Basic-Node-And-Express

Basic Node and Express tutorial from FreeCodeCamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Node and Express Challenge in FCC

Installation

Use npm to install dependencies

npm install [dependencies]

Run app

Run apps in development mode

npm start

You can open http://localhost:3000 to view in browswer

Once you insert your firstname and lastname and hit the submit button, it will prompt you to https://localhost:3000/name which the page will show your firstname and lastname.

Subpage

You can open http://localhost:3000/json to view json message.

You can open http://localhost:3000/now to view current time.

You can open http://localhost:3000/[word]/echo to view word you had inserted.

You can open http://localhost:3000/name?first=[firstname]&last=[lastname] to view your firstname and lastname.

About

Basic Node and Express tutorial from FreeCodeCamp


Languages

Language:JavaScript 80.2%Language:HTML 13.3%Language:CSS 6.6%