A Google App Engine project brought to you by Group 4, ECE 1779
Members:
- Chen Liu 1000278157
- Emin Tham 995835716
- Priyamsa Maddila 1000998496
- Eclipse
- Eclipse Maven Plugin
- Eclipse App Engine SDK
- Eclipse Spring Plugin
- Objectify
Note: Library Dependencies are handeld by Maven build system
- Import into Eclipse as exsiting Maven Project.
- Run maven install in the root directory.
- In the micromusicblog-ear directory, run maven build -> appengine:devserver.
- Within your browser (we recommend Firefox for best performance but Chrome works as well), navigate to localhost:8080
- In micromusicblog, run
mvn clean install
. - In
micromusicblog/micromusicblog-ear
, runmvn appengine:devserver
- Go to step 4 of the In Elipse instructions.
See ECE1779_Group_4_Report.pdf for application's architecture, storage model and feature description.