-
Notifications
You must be signed in to change notification settings - Fork 1
Build System, Deployment and CI
RemiENG edited this page Mar 23, 2019
·
4 revisions
To build the application, issue the following command from the project's root directory:
$ ./gradlew build
To run the application, issue the following command from the Root/Backend:
$ gradle bootRun
Alternatively, you may run the application within eclipse by selecting "Run as Spring Boot App" for CooperaorApplication.java.
To deploy the application, issue the following commands from the project's root directory:
$ git remote add Backend-heroku https://git.heroku.com/cooperator-backend-0000.git
$ git push Backend-heroku master
Visit this page for more information on running the Backend test suite.
Visit the build history for the project here