Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amamov/express-ts-socketio-boilerplate

⚡️ boilerplate based on express + typescript + socketio + mongoDB ⚡️
https://github.com/amamov/express-ts-socketio-boilerplate

express mongodb mongoose multer nodejs passport passport-jwt passport-local pm2 redis socket-io typescript

Last synced: 13 days ago
JSON representation

⚡️ boilerplate based on express + typescript + socketio + mongoDB ⚡️

Awesome Lists containing this project

README

        

# backend

- express
- nodejs
- typescript
- mongoDB
- socket.io
- passport-local
- passport-jwt
- multer
- redis

## env

```.env
MONGO_URL="mongodb+srv://..."
COOKIE_SECRET="..."
JWT_SECRET="..."
JWT_EXPIRATION="1y"
PORT="5000"
S3_ACCESS_KEY_ID=""
S3_SECRET_ACCESS_KEY=""
REDIS_HOST="localhost"
REDIS_PORT="6379"
REDIS_PASSWORD="1205"
```