Hi Everyone,
This Video is a part of the Playlist "Uber Eats Clone" Application and we are covering everything from ground zero to hero
Link • Full Stack Clone Apps using Next JS, Graph...
In this video, I am talking about creating a baseline service with nestjs and postgres
we will be using docker to create containers and for the demo
we will build a simple node js microservice that will provide us auth API routes for login, register, and all user management operations
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-eat... 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 location.
Browse various menus and find a meal customer likes.
Pay money for your meal. Quick, Secure and Simple.
Food prepared and delivered to predefined address.
Tools and technologies we are going to user
Architecture discussion
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-eat...