Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
genzyy committed Nov 9, 2023
1 parent 17d2490 commit db7764b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The template aims to be production ready with strict schemas & types, security m
| Morgan | HTTP Request logger |
| ESLint & Prettier | Enforce code style and formatting |
| Redis | Redis backend for caching |
| Sentry | Monitoring |

## Features

Expand Down Expand Up @@ -111,6 +112,10 @@ It sort of creates a schema which can be used in different files, with static ty

For SQL queries, a basic middleware setup is present in `src/core/prisma/client.ts`.

### Monitoring

The project contains a basic [Sentry](https://sentry.io/welcome/) setup for monitoring. You can add new integrations and change config based on your requirements.

### Repositories (CRUD actions) and Types

`src/repositories` contains all methods which carry out CRUD operations on db level.
Expand Down

0 comments on commit db7764b

Please sign in to comment.