Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hassonor/ticketing
Scalable, E-Commerce app using Microservices with Node,TypeScript,MongoDB,Kafka, Next.js, Docker, K8S, Ngnix, Skaffold
https://github.com/hassonor/ticketing
docker ingress-nginx kafka kubernetes microservices mongodb nextjs nodejs skaffold spa ssr
Last synced: 29 days ago
JSON representation
Scalable, E-Commerce app using Microservices with Node,TypeScript,MongoDB,Kafka, Next.js, Docker, K8S, Ngnix, Skaffold
- Host: GitHub
- URL: https://github.com/hassonor/ticketing
- Owner: hassonor
- License: mit
- Created: 2024-08-07T09:51:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T14:31:23.000Z (6 months ago)
- Last Synced: 2024-11-10T10:21:50.698Z (3 months ago)
- Topics: docker, ingress-nginx, kafka, kubernetes, microservices, mongodb, nextjs, nodejs, skaffold, spa, ssr
- Language: TypeScript
- Homepage:
- Size: 626 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
1. run from `ticketing/auth` the command: `docker build -t [dockerHubId]/auth .` and
then `docker push [dockerHubId]/auth`.
2. run from `ticketing/tickets` the command: `docker build -t [dockerHubId]/tickets .` and
then `docker push [dockerHubId]/tickets`.
3. run from `ticketing` the command `skaffold dev`
4. On Win: Add the following to `C:\Windows\System32\drivers\etc\hosts`:```
127.0.0.1 ticketing.dev
127.0.0.1 rabbitmq.ticketing.dev
127.0.0.1 api.redpanda.ticketing.dev
127.0.0.1 console.redpanda.ticketing.dev
````5. run `kubectl create secret generic jwt-secret --from-literal=JWT_KEY=your_jwt_secret`
6. On Browser Navigate to: `https://ticketing.dev/api/users/currentuser`
7. `**If you have unsecure issues just type: "thisisunsafe"`
8. On Chrome press on keyboard: `thisisunsafe` to remove the cert warning
9. run from `ticketing/client` the command: `docker build -t [dockerHubId]/client .`
10. run from `ticketing/client` the command: ` docker push [dockerHubId]/client`
11. Login RabbitMQ Dashboard: `https://rabbitmq.ticketing.dev`
12. Redpanda API: `https://api.redpanda.ticketing.dev`
13. Login Redpanda Console: `https://console.redpanda.ticketing.dev`### **If you have unsecure issues just type: "thisisunsafe"