Skip to content

Commit 393396c

Browse files
committed
set up
1 parent c8cc980 commit 393396c

28 files changed

+3439
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
# Keep environment variables out of version control
3+
.env

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# rest-api-with-hapi-typescript-tsoa-prisma-and-postgresql
22

3-
This is a church office management REST api built with Hapi js, Tsoa , Prisma ORM and Postgresql. With Unit tests and End-toEnd tests.
3+
This is a church office management REST api built with Hapi js, TypeScript Open API (TSOA) library, Prisma ORM and Postgresql. With Unit tests and End-toEnd tests.
4+
5+
It has an auto generated documentation with OpenAPI v3 specification, courtesy of TSOA.

0 commit comments

Comments
 (0)