Skip to content

Creating a Mind Map for Data Visualization using GridDB, Reactflow, and ExpressJs

Notifications You must be signed in to change notification settings

Babajide777/grid-db-mind-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRIDDB MIND MAP APP

This application contains 2 folders: client and server

The client folder houses the frontend of the application, while the server folder houses the backend of the application.

Frontend

  • Cd into the client folder
  • Run npm i to download the packages
  • After the packages are downloaded, run npm start to run the application

Backend

  • Cd into the server folder
  • Run npm i to download the packages
  • After the packages are downloaded, run npm start to run the application