Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`