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.
Clone the repo git clone https://github.com/Babajide777/grid-db-mind-map.git
Go to the project directory
cd clientInstall dependencies
npm installStart the server
npm startGo to the project directory
cd serverBuild docker compose file
docker-compose buildRun docker
docker-compose up