Microservices With Node Js And React Download Page

react-frontend: build: ./frontend/react-app ports: - "3000:3000" environment: - REACT_APP_API_URL=http://api-gateway:5000

app.listen(4001, () => { console.log('User service running on port 4001'); }); microservices with node js and react download

// User Schema const userSchema = new mongoose.Schema({ name: String, email: String, createdAt: { type: Date, default: Date.now }, }); react-frontend: build: