Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theodrosyimer/api-nestjs


https://github.com/theodrosyimer/api-nestjs

Last synced: about 2 months ago
JSON representation

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