We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7658a9 commit 67c67b3Copy full SHA for 67c67b3
README.md
@@ -1,13 +1,16 @@
1
# gin-postgres-rest-service
2
3
-REST API service, built with [Go](https://go.dev/),
4
-[gin-gonic/gin](https://gin-gonic.com/) and
5
-[Postgres](https://www.postgresql.org/), that can be used as a template for
6
-creating other REST APIs.
+REST API service
+
+- [Go](https://go.dev/),
+- [gin-gonic/gin](https://gin-gonic.com/) and
7
+- [Postgres](https://www.postgresql.org/)
8
9
## Goals
10
-Started originally as a "take-home" assignment for a job interview.
11
+Started originally as a "take-home" assignment for a job interview.
12
13
+Used as a template.
14
15
## Create the database
16
0 commit comments