This repo contains few small Nest.js projects. The goal is get to know with this framework.
The goal is to create few projects with some tutorials from the internet.
Learn Nest.js from Scratch by building an API by Academind - Maximilian Schwarzmüller.
Rest API - local storage
In this tutorial we learn how to handle simple endpoints with basic local data storage. In my opinion Max is a decent teacher. This tutorial was contentfull and fun to code with. Definetly worth to take!
NestJS Crash Course by Traversy Media - Brad Traversy.
Rest API - local storage + mongo DB
This course has same length as the first one. It explains how to create simple REST API with CRUD operations in local storage and mongoDB. At first glance we might think that it gives you more content, and yes in some way it's true, but in my personal opinion Max explained the foundations bit more deeply. Even tho I reccomend to take this tutorial - it was fun, quick and smooth and Brad is wonderful teacher as well!
NestJS WebSockets by Brian Johnson.
Websocket - chat app, configuration, static files, namespaces, rooms.
At this point it was hard to find any complex material about websocket in Nest.js. I've chosen this one because it covers namespaces and rooms. It's really hard to compare it to Brads or Maxs tutorials because it was the first tutorial at Brians channel. Nevertheless this tutorial is great! I've earnt a lot of new knowledge. If you like to start your journey with websockets in nest.js you should give this tutorial a chance!
Ideas App - NestJS API by Kelvin Mai
You need to add .ormconfig.json to your repo.