/bounswe2017group9

This project is about creating a social media platform for finding new concerts and recommending concerts to other people.

Primary LanguageHTML

bounswe2017group9

Concerter

This project is about creating a social media platform for finding new concerts and recommending concerts to other people.

Check out our wiki page for more information!

Members:

Deployment:

  • Open the Database folder an see sample.sql.
  • Create an Amazon RDS instance or import the sql file to your local MySQL client.
  • Copy the host name of MySQL client, root username, and password.
  • Open the Database.java file under RESTService project.
  • Copy the MySQL client's host name, root username and password.
  • Build the RESTService with Maven and generate the .war file.
  • Upload the .war file to Amazon ElasticBeanStalk Tomcat instance, copy the URL.
  • Open the Application.java file under ConcerterBackend
  • Update the API_ENDPOINT variable with Amazon URL or local URL/port.
  • Build the ConcerterBackend with Maven and generate the .war file.
  • Upload the .war file to Amazn ElasticBeanStalk Tomcat instance, or deploy it to your local Tomcat.
  • The Concerter Backend Application is deployed now.