You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
6
5
-
How to start:
6
-
- npm i
7
-
- npm run build
8
-
- npm run start
7
+
## Prerequisites
9
8
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.
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