EmberJS + Java Spring project for a university course
To start:
- Load DB: Turn on mysqld, log into it and execute the sql file in the root of this repo.
- Start backend: Start tomcat, execute mvn install in the backend folder located in the root of this repo. Put your generated .war file into tomcats webapp directory.
- Start frontend: In terminal go to frontend folder located in the root of this repo and execute "npm install" and "bower install". In the same directory start ember locally with request proxying to your tomcat server, example: ember serve --proxy http://localhost:8080
- You are done!
Cheers!