11[ ![ Author] ( https://img.shields.io/badge/Author-Vadim%20Starichkov-blue?style=for-the-badge )] ( https://github.com/starichkov )
2+ [ ![ GitHub License] ( https://img.shields.io/github/license/starichkov/golang-simple-notes?style=for-the-badge )] ( https://github.com/starichkov/golang-simple-notes/blob/main/LICENSE.md )
23[ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/starichkov/golang-simple-notes/build.yml?style=for-the-badge )] ( https://github.com/starichkov/golang-simple-notes/actions/workflows/build.yml )
34[ ![ Codecov] ( https://img.shields.io/codecov/c/github/starichkov/golang-simple-notes?style=for-the-badge )] ( https://codecov.io/gh/starichkov/golang-simple-notes )
4- [ ![ GitHub License] ( https://img.shields.io/github/license/starichkov/golang-simple-notes?style=for-the-badge )] ( https://github.com/starichkov/golang-simple-notes/blob/main/LICENSE.md )
55
66Notes API: Golang with NoSQL Databases
77=
88
99A simple microservice for notes management with REST and gRPC APIs, with support for multiple storage backends.
1010
11- ** This project is generated using JetBrains Junie and several other AI coding agents, to evaluate agents capabilities.* *
11+ * This project is generated using JetBrains Junie and several other AI coding agents to evaluate agent capabilities.*
1212
1313## 👨💻 Author
1414
@@ -276,7 +276,7 @@ Additionally, code coverage reports are automatically uploaded to [Codecov](http
276276The application can be configured using environment variables:
277277
278278### General Configuration
279- - ` STORAGE_TYPE ` - The type of storage to use: " memory", " couchdb" , or " mongodb" (default: " memory" )
279+ - ` STORAGE_TYPE ` - The type of storage to use: ` memory ` , ` couchdb ` , or ` mongodb ` (default: ` memory ` )
280280
281281### CouchDB Configuration
282282- ` COUCHDB_URL ` - The URL of the CouchDB server (default: "http://localhost:5984 ")
@@ -294,7 +294,7 @@ All code is released under open-source licenses. Ownership may be transferred to
294294
295295## 📄 License & Attribution
296296
297- This project is licensed under the ** MIT License** - see the [ LICENSE] ( LICENSE.md ) file for details.
297+ This project is licensed under the ** MIT License** — see the [ LICENSE] ( LICENSE.md ) file for details.
298298
299299### Using This Project?
300300
0 commit comments