Skip to content

Commit d1a70a3

Browse files
authored
Update README
1 parent 0d9cba4 commit d1a70a3

File tree

1 file changed

+30
-6
lines changed

1 file changed

+30
-6
lines changed

README.md

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
1-
# pivot-mongo
1+
# Connect to MongoDB with Flexmonster Pivot Table & Charts
2+
[![Flexmonster Pivot Table & Charts](https://s3.amazonaws.com/flexmonster/github/fm-github-cover.png)](https://flexmonster.com)
3+
Website: www.flexmonster.com
24

3-
flexmonster-mongo-connector with MongoDB sample project
5+
This repository holds the source code for a simple MongoDB and Flexmonster Pivot Table & Charts project. The project demonstrates how to connect to a MongoDB database using the Flexmonster MongoDB Connector.
46

5-
How to start:
6-
- npm i
7-
- npm run build
8-
- npm run start
7+
## Prerequisites
98

9+
To run the project, you will need Node.js and npm. [Get it now](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) if it's not already installed on your machine.
10+
11+
## Installation & Usage
12+
13+
1) Clone the sample project:
14+
15+
```bash
16+
git clone https://github.com/flexmonster/pivot-mongo pivot-mongo
17+
cd pivot-mongo
18+
```
19+
20+
2) Install the dependencies defined in package.json:
21+
22+
```bash
23+
npm install
24+
```
25+
26+
3) Run the sample project:
27+
28+
```bash
29+
npm run build
30+
npm run start
31+
```
32+
33+
For more details please refer to [Getting started with the MongoDB Connector](https://www.flexmonster.com/doc/getting-started-with-the-mongodb-connector/) tutorial.

0 commit comments

Comments
 (0)