A progressive Node.js framework for building efficient and scalable server-side applications.
This repository serves as my parent collection for various NestJS workflows, templates, and prototype applications. Each submodule in this repository represents a unique workflow, pattern, or prototype built with NestJS, a powerful Node.js framework for building efficient and scalable server-side applications.
-
A dockerized user CRUD API built with NestJS, TypeORM, and PostgreSQL. It covers user management features like registration, authentication, and CRUD operations on user data.
To clone the repository along with all the submodules, run the following command:
git clone --recurse-submodules https://github.com/louieseno/nest_js_101.git
cd nestjs_js_101