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: 5 months ago
JSON representation

A simple example of a microservices architecture with Node.js, Nest.js, NATS, SQLite, TypeORM, and Docker

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`