- Setup Instructions:
- Install necessary packages:
npm install express mongoose cors @react-google-maps/api https xml2js bcrypt - Start the server:
cd servernode server.js - Start the main application:
cd -npm start
- Install necessary packages:
- The content in the
serverfolder has not changed, but it's too large to upload.
- Completed the sorting and display of locations (1st requirement of the user).
- Implemented a map displaying locations, with links to location information. Clicking on a location leads to its detailed view (2nd requirement of the user).
- Added detailed information and a map view for each location. Comments submission functionality is pending (4th requirement of the user).
- Finished the LoginPage. The username value is passed to AdminPage and UserPage.
- Note: Previous login and password values may need to be revised.