This project was generated with Angular CLI version 9.0.5.
Make sure Angular CLI and Node.js are downloaded. Run ng serve
from the SpeechAppFrontend folder for a dev server. The default port should be 4200 so it will be running on http://localhost:4200/
. The app will automatically reload if you change any of the source files.
This project was developed in IntelliJ and run as a Maven project. The easist way to load the project into IntelliJ:
- Choose
Open
from the IntelliJ launcher and navigate to thepom.xml
file in the backend project. - Select
Open as project
and the project should load. - Navigate to
src/main/java/com/dialectric/SpeechApplication.java
and run this class. The backend should begin running on localhost port 8080, but make sure this is the case from the terminal.
The database that the backend connects to is hosted on Google Cloud from the ip address 35.247.82.214. Connections are limited to only authorized networks. Add yourself to this list from Cloud Console by navigating to SQL->speech-database->Connections->Authorized networks.
To visualize changes to this database, use MySQL Workbench and connect to the speech-database.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.