module
Version:
v0.4.2
Opens a new window with list of versions in this module.
Published: Nov 10, 2024
License: GPL-3.0
Opens a new window with license information.
README
¶
example-app
Example go application. This application exposes simple CRUD for making notes and utilizes postgres database as storage.
Install
Install prerequisites
Using helm
- Add repo:
helm repo add example-app https://camaeel.github.io/example-app/
- Update repos:
helm repo update
- Install:
helm upgrade --install --namespace example --create-namespace example-app/example-app
Local development
Local run using docker-compose
- Build docker image:
make docker
- Run
docker-compose up
Testing
Use tests.rest
file.
Click to show internal directories.
Click to hide internal directories.