This is a test server on NodeJS that stores profiles and supports voting and comments.
Before you begin, ensure you have met the following requirements:
- You have installed Node.js
To install node-test-server, follow these steps:
- Clone this repository
- Navigate to the project directory
- Run
npm install
to install all necessary dependencies
To start the server, run the following command in your terminal:
node app.js
To run all tests, use the following command:
npm test