Skip to content

This repo contains few small Nest.js projects. The goal is get to know with this framework.

Notifications You must be signed in to change notification settings

rafalciecwierz/Hello-World-of-Nest.js

Repository files navigation

Hello World of Nest.js


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.

Project 01

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!

Project 02

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!

Project 03

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!

Project 04

Ideas App - NestJS API by Kelvin Mai

You need to add .ormconfig.json to your repo.

About

This repo contains few small Nest.js projects. The goal is get to know with this framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published