Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 653 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 653 Bytes

node-test-server

This is a test server on NodeJS that stores profiles and supports voting and comments.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installing node-test-server

To install node-test-server, follow these steps:

  1. Clone this repository
  2. Navigate to the project directory
  3. Run npm install to install all necessary dependencies

Running the server

To start the server, run the following command in your terminal:

node app.js

Running the tests

To run all tests, use the following command:

npm test