https://github.com/arryhere/node-express-mongoose
Rest-Api server built using - nodejs, expressjs, mongoose, mongodb
https://github.com/arryhere/node-express-mongoose
Last synced: 8 months ago
JSON representation
Rest-Api server built using - nodejs, expressjs, mongoose, mongodb
- Host: GitHub
- URL: https://github.com/arryhere/node-express-mongoose
- Owner: arryhere
- Created: 2025-01-19T13:31:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T13:12:14.000Z (over 1 year ago)
- Last Synced: 2025-10-14T04:14:29.522Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# App
---
## Stack
- node
- express
- rest
- mongodb
- mongoose
## Setup
- `npm i`
- `docker compose -f ./compose.db.yaml --env-file ./.env up --build -d`
- `npm run start:dev`
---
## Dev Docker Setup
- `docker compose -f ./compose.dev.yaml --env-file ./.env.dev up --build -d`
---
# Build & Bundling
---
# General Information
- generate unique jwt secret : node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
---