chuanqin3 / nd1309-express-js

Express.JS Exercise with Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express.JS Exercise with Node.js

In this exercise you will practice a creation of a web service that respond with the block hash.

Steps to follow

  1. Clone the repository to your local computer.
  2. Open the terminal and install the packages: npm install.
  3. Open the file app.jsand BlockController.js and start coding.
  4. Run your application node app.js
  5. Test your Endpoints with Curl or Postman.
  6. Answer the quiz in the classroom.

About

Express.JS Exercise with Node.js


Languages

Language:JavaScript 100.0%