In this exercise, the goal is to set up an express server in node:
- express,
- http
Let's try and get started with express.js. Express helps in building the node.js application much faster.
- Fork this repo
- Clone this repo
- Upon completion, run the following commands
$ git add .
$ git commit -m "done"
$ git push origin master
- Create Pull Request so your mentor can check up your work.
Setup the node server by using the http module.
Setup the express server by using express module
Do not forget to install the express module
npm install express
Happy Coding ProGrads! ❤️
