This is a full-stack MERN application.
Hexaland is a ficticious country having hexagonal covid hotspots. The application primarly is used for adding and removing hotspots/clusters.
Backend is fully functional with ability to combine multiple clusters. Due to time constraints, this feature on the client side will be updated in the future.
To setup the application, install required dependencies by running the following command in the default directory as well as the client directory:
Installs the required dependencies.
Note: Enter the command twice, in the current directory and then in the client directory.
Finally, to start the application, simply run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Hotspots can be added with the "Add Hotspot button".
To delete a hotspot, simply click on hotspot in the cluster.