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

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

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
```

---