kyberorg-lab / storeme-api

Simple CRUD API that stores notes
https://store-api.yadev.eu
MIT License
0 stars 0 forks source link
crud crud-api java springboot

StoreMe

Simple CRUD API that stores notes

For Ops

How to Deploy app

Kubernetes

EnvVars:

Optional EnvVars:

Ports:

Secrets:

Volumes:

For Developers

How to start coding

About: local profile

To develop with locally running dockerized MySQL database use local profile.

Profile can activated in IDEA or by setting env SPRING_PROFILES_ACTIVE to local

MySQL can be started from docker/localMySQL directory by running:

docker-compose up -d

MySQL can be stopped from docker/localMySQL directory by running:

docker-compose down

API Doks

Located: here

Logging

To adjust logging we use ENV variables or -D vars:

About: Tests

Can add several browsers like chrome,firefox