Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 581 Bytes

File metadata and controls

9 lines (6 loc) · 581 Bytes

NestJS Projects

This repository contains all my side projects built with NestJS, a progressive Node.js framework for building efficient and scalable server-side applications.

Projects

  • car-dealership: A CRUD application for cars and dealerships, with the database seeded using fake data.
  • nestjs-pokedex: A CRUD application for Pokémon, fetching data from an external API and saving it to the database.
  • teslo-project: An e-commerce project with product images, where images have a relationship with products.