https://github.com/arryhere/stk-node-nest-restapi-mongodb-mongoose
Rest Api Server built using - nodejs, nestjs, mongodb, mongoose
https://github.com/arryhere/stk-node-nest-restapi-mongodb-mongoose
Last synced: 23 days ago
JSON representation
Rest Api Server built using - nodejs, nestjs, mongodb, mongoose
- Host: GitHub
- URL: https://github.com/arryhere/stk-node-nest-restapi-mongodb-mongoose
- Owner: arryhere
- Created: 2026-04-14T16:58:09.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-26T22:01:23.000Z (about 2 months ago)
- Last Synced: 2026-04-26T23:25:22.052Z (about 2 months ago)
- Language: TypeScript
- Size: 380 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STK-NODE-NEST-RESTAPI-MONGODB-MONGOOSE
---
## Stack
- `node.js`
- `nest.js`
- `rest-api`
- `mongodb`
- `mongoose`
- `typescript`
---
## Run - Dev
`make env file: .env.dev`
```
npm i
```
```
docker compose -f ./compose.db.yaml --env-file ./.env.dev up --build -d
```
```
npm run start:dev
```
---