Skip to content

mosazhaw/DevOpsDemo

Repository files navigation

Gitpod Ready-to-Code

DevOpsStarter

DevOps Prototype

  • Understanding DevOps by doing it :-)

Required Tools

Installation

  • Clone repository with Git
  • Open a console/terminal window and change directory to frontend:
cd frontend
npm install
npm start

Deployment

  • Open a console/terminal window and change directory to backend:
cd backend
gradle bootRun or gradlew bootRun or ./gradlew bootRun

Options

Some options may be set by using a environment variable or Java system property before executing the commands above:

  • PORT=xyz serves on a different port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published