Skip to content

dcseifert/spring-vue-appstore

 
 

Repository files navigation

Fr-11 Apps@FHM

Simple appstore example which was created in the context of the lecture Software Architecture (2019) @ Hochschule München.

Setup

The project can be built and started in two steps:

  1. Build kelon as docker image
# Clone the repository
$ git clone git@github.com:Foundato/kelon.git

# Build the container
$ docker build ./kelon -t kelon:latest
  1. Build and start all components with docker-compose
$ git clone git@github.com:Foundato/spring-vue-appstore.git
$ cd spring-vue-appstore
$ docker-compose up -d

User interfaces

  • The main application should be reachable here.
  • There is also a Swagger-UI available.

Development

A admin user for development is created during startup.

  • Username: swa_student
  • Password: swa_student

Initial work

  • Anton Saatze
  • Daniel Seifert
  • Prof. Dr. Gudrun Socher (professor)

About

An example app store which uses Spring and Vue.js. This project was created in the context of the lecture software architecture @ Hochschule München.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 57.6%
  • Vue 38.8%
  • TypeScript 2.4%
  • Dockerfile 0.6%
  • HTML 0.4%
  • Shell 0.2%