Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bunedev/bune-microservices
- Owner: bunedev
- Created: 2023-11-03T02:15:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-14T16:47:18.000Z (4 months ago)
- Last Synced: 2024-10-01T03:41:52.886Z (about 1 month ago)
- Topics: bun, bunjs, graphql, microservices, nestjs, nuxt, nuxt3, posgres, posgresql
- Homepage:
- Size: 141 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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