/CPSC473-FiteMiiIRL

Project 2 for CPSC473

Primary LanguageJavaScript

#FiteMiiIrl

This EmberJS website has the purpose of being a tournament organizer, where users are able to create their own tournaments and attend the tournaments other users create.

This website also utilizes the Google Maps API to show the locations of the tournaments created.

Prerequisites

You will need the following things properly installed on your computer.

Installation

Running / Development

In order to start with the Google Maps API Key working, please use the following command:

  • GOOGLE_MAPS_API_KEY = {YOUR API KEY HERE} ember server
  • Visit the site at [http://localhost:4200]