Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodrosyimer/api-nestjs
https://github.com/theodrosyimer/api-nestjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theodrosyimer/api-nestjs
- Owner: theodrosyimer
- Created: 2024-06-23T14:34:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T14:38:13.000Z (6 months ago)
- Last Synced: 2024-06-23T15:49:34.479Z (6 months ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rest API using Nest.js
## Motivation
Exploring creating a REST API using Nest.js.
## Tech Stack
- Typescript
- Nest.js
- PostgreSQL
- Prisma
- Neon (serverless database)## What I Learned
- Nest.js architecture and concepts
- Controllers and Services in Nest.js
- Validation in Nest.js (Decorators)
- Error handling in Nest.js (exception filters)
- Logging in Nest.js