Skip to content

Commit 7d0db7f

Browse files
authored
Update README.md
1 parent 1e25126 commit 7d0db7f

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
# Connect to MongoDB with Flexmonster Pivot Table & Charts
2-
[![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://flexmonster.com)
3-
Website: www.flexmonster.com
2+
[![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://www.flexmonster.com?r=github)
3+
Website: [www.flexmonster.com](https://www.flexmonster.com?r=github)
44

55
## Flexmonster Pivot Table & Charts
66

77
Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
88

9-
This repository holds the source code for a project demonstrating how to connect to MongoDB using [Flexmonster MongoDB Connector](https://www.flexmonster.com/doc/mongodb-connector/):
9+
This repository contains a sample project that demonstrates how to connect to a MongoDB database using [Flexmonster MongoDB Connector](https://www.flexmonster.com/doc/mongodb-connector?r=github).
10+
11+
Table of contents:
1012

1113
- [Prerequisites](#prerequisites)
1214
- [Installation](#installation)
13-
- [Usage](#usage)
15+
- [Related Flexmonster docs](#related-flexmonster-docs)
1416

1517
## Prerequisites
1618

17-
To run the project, you will need Node.js and npm. [Get them here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) if they're not already installed on your machine.
19+
- [Node.js](https://nodejs.org/en/).
1820

1921
## Installation
2022

21-
1. Download the `.zip` archive with the sample project or clone it from GitHub with the following command:
23+
1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:
2224

2325
```bash
24-
git clone https://github.com/flexmonster/pivot-mongo
25-
cd pivot-mongo
26+
git clone https://github.com/flexmonster/pivot-mongo && cd pivot-mongo
2627
```
2728

28-
2. Install the npm packages described in `package.json`:
29+
2. Install the npm dependencies described in `package.json`:
2930

3031
```bash
3132
npm install
@@ -38,6 +39,6 @@ npm run build
3839
npm run start
3940
```
4041

41-
## Usage
42+
## Related Flexmonster docs
4243

43-
For details on usage, refer to [Getting started with the MongoDB Connector](https://www.flexmonster.com/doc/getting-started-with-the-mongodb-connector/) tutorial.
44+
- [Getting started with the MongoDB Connector](https://www.flexmonster.com/doc/mongodb-connector?r=github) — learn how to use the MongoDB Connector.

0 commit comments

Comments
 (0)