This demo showcases the functionality of the Mapbox map. Backend is done with Node.js using the Express.js library and frontend with React.js
You need Nodejs and MySQL server installed on your system.
- Run command 'npm install' in frontend and backend directories.
- Create a new mysql database and run the 'create.sql' file.
- Configure the settings in mysql_settings.JSON file.
- Run 'npm start' in frontend and backend directories.