Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Tuan LE committed Jan 26, 2022
1 parent f736b8c commit 9f929f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Boilerplate for typescript, postgresql and prisma
# Boilerplate for express, postgresql, prisma and typescript

This boilerplate follows clean architecture with SOLID principals. This sample define a simple user schema and handle two endpoints that allows users to create new accounts and login by them. There is also a middleware to validate JWT tokens that are provided by clients with `Bearer` authorization header.
This boilerplate follows clean architecture with SOLID principles. This sample define a simple user schema and handle two endpoints that allows users to create new accounts and login by them. There is also a middleware to validate JWT tokens that are provided by clients with `Bearer` authorization header.

## Technologies
- Environment: Nodejs
Expand Down

0 comments on commit 9f929f4

Please sign in to comment.