https://github.com/arryhere/node-express-rest
https://github.com/arryhere/node-express-rest
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arryhere/node-express-rest
- Owner: arryhere
- Created: 2025-01-19T13:31:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T13:25:14.000Z (over 1 year ago)
- Last Synced: 2025-01-26T13:36:40.429Z (over 1 year ago)
- Language: TypeScript
- Size: 124 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'))"
---