Skip to content

Build System, Deployment and CI

RemiENG edited this page Mar 23, 2019 · 4 revisions

Backend

Building and Running the Backend Application Locally

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.

Deploying the Backend Application

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

Testing the Backend Application

Visit this page for more information on running the Backend test suite.

Frontend

Building and Running the Frontend Application Locally

Deploying the Frontend Application

Travis CI

Visit the build history for the project here

Backend Job Configuration

Frontend Job Configuration