Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bunedev/bune-microservices

Microservices App with Bun, NestJS, Graphql
https://github.com/bunedev/bune-microservices

bun bunjs graphql microservices nestjs nuxt nuxt3 posgres posgresql

Last synced: 23 days ago
JSON representation

Microservices App with Bun, NestJS, Graphql

Awesome Lists containing this project

README

        

# Bune Microservices With Bun NestJS and Graphql

v
- apps/
- servers
- bune-auth
- .github/workflows
- Dockerfile
- bune-blog
- .github/workflows
- Dockerfile
- bune-gateway
- .github/workflows
- Dockerfile
- clients
- libraries
- docs/
- docker-compose.yml

# Install
- Clone: `git clone https://github.com/bunedev/bune-microservices.git`
- Use `git submodule update --init --recursive` command to update/fetch submodules.

# Run docker
## Run DB
- docker-compose -f docker-compose-db.yml up -d
## Run Prod
- docker compose up -d