Sign inSign up

samuel19982/example_rest_server

By samuel19982

Updated almost 5 years ago

Image
1

385

samuel19982/example_rest_server repository overview

How to start

To start the container:

docker run -e SPRING_DATASOURCE_URL=<url to your database host/database>
 -e SPRING_DATASOURCE_USERNAME=<your-username>
 -e SPRING_DATASOURCE_PASSWORD=<your-password> 
-p <your desired external port>:8080 -d samuel19982/example_rest_server

You can then check out the documentation at http://<HostIP>:<your desired external port>.

Features:

  • Create your own appstore.
  • Create/delete companies, apps, appversions, screenshots and ratings.

This project is only for educational purposes and was developed as part of an assignement.

Tag summary

Content type

Image

Digest

Size

-

Last updated

almost 5 years ago

docker pull samuel19982/example_rest_server