Below you will find pages that utilize the taxonomy term “Nestjs”
Post
Creating a NestJS application (Part II)
Part II of the series ‘Creating a NestJs application’. In this part we are going to add TypeORM to save our entities to the database, deal with the application settings in a more safe way, run our application and all its dependencies in containers using docker and docker-compose, and in the end, we are going to index our content to elastic search providing blazing fasts searches!
Post
Creating a NestJS application (Part I)
Part I of the series ‘Creating a NestJs application’. In this part we are going to have an overview of NestJs, scaffold the basic structure of our application, add a basic controller, use a service and implement authentication using Google OAuth.