In the application, hexagonal coverage maps around the base station symbols added by the user are visualized on the map using "Express.js", "React.js", "CesiumJS" and "Resium".
Create a file named “.env” under the frontend folder and fill it like “.env example” file for environment variables.
Run the application with docker compose
docker-compose -f docker-compose.dev.yml up
Firstly install all dependencies
npm install
Then run the application for development environments
npm run dev
After that you can access the front-end server at localhost:3000 and the back-end server at localhost:5000.