Nest JS Building Microservice baseline for auth service #microservices #17
Hi Everyone,
This Video is a part of the Playlist "Uber Eats Clone" Application and we are covering everything from ground zero to hero
In this video, we are building Nest JS Auth Service with some discussion.
Link https://www.youtube.com/watch?v=8-L8C5DxIiA&list=PLT5Jhb7lgSBMF7JqIV6OZZ9LYPGhqZjfS
00:00 creating nestjs cli starter app
02:20 looking into docker containers
05:30 running starter nestjs app
06:40 adding e2e and build tsconfig files
08:00 adding all required npm packages
09:20 looking into e2e and jest config files
11:20 adding swagger, typeorm packages
16:50 adding docker-compose file
17:10 adding Docker file
18:20 adding .env and .env.test files
22:10 adding docker-compose override yml
23:20 adding docker-utils for creating databases Postgres
25:10 looking into Dockerfile
27:30 typeorm migration running on container bootstrap
30:09 adding init script for node js container
31:00 fixing build issues with node js versions
35:20 orm config for typeorm and migrations
40:00 running docker-compose up and containers
46:00 fixing typeorm migration issue on container
50:00 running both containers nodejs and postgres
53:00 adding required modules nestjs
GitHub Link
https://github.com/tkssharma/uber-eats-clone-app Welcome to Uber eats clone App development
Let's build Uber Eats Clone App
we are going to build everything from ground zero using the latest technology and tools
We will build the most common features for any food delivery app
How UberEats Clone Script Works?
Find all food stores available at customer locations.
Browse various menus and find a meal customers like.
Pay money for your meal. Quick, Secure, and Simple.
Food is prepared and delivered to a predefined address.
Tools and technologies we are going to user
- Architecture discussion
- a different type of architecture
- lerna for monorepo
- github action for CI/CD
- sveltekit for dashboard app
- next js for end user application
- svelte kit for managing SSR using SvelteKit
- React and next js
- Nests with Node JS
- SQS and Kafka
- Twillio and sendGrid
- Microservices and service communication
- Express with Node JS and typescript
- Prisma and TypeORM for services
- Docker and containerization
- Mysql and Postgres with MongoDB
Github :
https://github.com/tkssharma/uber-eats-clone-app
Comments