Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Travel Mashup Project
# MapXplore

The Travel Mashup project is a web application that provides information about the weather at random locations found via postcode. Additionally, the application displays the location on a Google Map and provides a Google Street View with a ChatGPT powered chat box to also give interactive information about the location.
MapXplore is a web application that transports you to a random UK postcode. It displays information about the weather, and location on a Google Map with Google Street View and a ChatGPT-powered chat box to give interactive information about the location.

## Table of Contents

Expand Down Expand Up @@ -76,9 +76,9 @@ This project uses Mocha and Chai for testing. Ensure that the server is not runn

## Deployment on AWS

The Travel Mashup project is deployed on AWS. You can access the deployed application by visiting the following URL:
MapXplore is deployed on AWS. You can access the deployed application by visiting the following URL:

[Travel Mashup AWS Deployment](http://18.170.214.75:3000/)
[MapXplore AWS Deployment](http://18.170.214.75:3000/)

To access the deployed application on AWS, you can SSH into the CLI for Amazon, clone the repository using Git commands, and set it to run with PM2.

Expand Down