Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjborowiecki/microservices-nestjs-nats-sqlite-typeorm-docker
A simple example of a microservices architecture with Node.js, Nest.js, NATS, SQLite, TypeORM, and Docker
https://github.com/pjborowiecki/microservices-nestjs-nats-sqlite-typeorm-docker
api docker microservices nats nest nestjs nodejs sqlite typeorm typescript
Last synced: 12 days ago
JSON representation
A simple example of a microservices architecture with Node.js, Nest.js, NATS, SQLite, TypeORM, and Docker
- Host: GitHub
- URL: https://github.com/pjborowiecki/microservices-nestjs-nats-sqlite-typeorm-docker
- Owner: pjborowiecki
- License: mit
- Created: 2023-12-16T01:17:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-17T22:01:08.000Z (11 months ago)
- Last Synced: 2024-10-12T02:29:25.460Z (about 1 month ago)
- Topics: api, docker, microservices, nats, nest, nestjs, nodejs, sqlite, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microservices with NestJS, NATS, SQLite, TypeORM and Docker
#### Docker commands:
- `docker-compose up --build`
- `mysql -u $username -p`
- `show databases;`
- `use $database_name`
- `show tables`