buddhirangana / assessment-01

Server-side Web Programming | Assessment 01

Home Page:https://open.uom.lk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assessment 01

  • Before starting to implement the Node Projects, we need to set up the required environment for the project. Below sections will guide you to set up the environment. If you have already installed them, you can skip the relevant sections.

Installing Node.js

Check whether Node.js and npm package manager is already installed by typing the following commands in the command line.

# Check the Node.js version
node -v

# Check the npm version
npm -v

If the above is not installed, download suitable Node.js package for your OS using the following link and install it.

Installing Dependencies

After completing the above installations, we must install the dependencies specified in the package.json files for the projects.

  • To install the dependencies of the backend, type the following command from the root of the project.
# Install the dependencies
npm install

About

Server-side Web Programming | Assessment 01

https://open.uom.lk


Languages

Language:JavaScript 100.0%