Skip to content

ProGradLearning-SamNick/lab-node-express-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image description

PROGRAD LABS | EXPRESS | GETTING STARTED

In this exercise, the goal is to set up an express server in node:

  • express,
  • http

Introduction

Let's try and get started with express.js. Express helps in building the node.js application much faster.

Requirements

  • Fork this repo
  • Clone this repo

Submission

  • 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.

PROGRESSION 1 | NODE SERVER

Setup the node server by using the http module.

PROGRESSION 2 | EXPRESS

Setup the express server by using express module

Do not forget to install the express module

npm install express

Happy Coding ProGrads! ❤️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •