-
No transpilers, just vanilla javascript
-
ES2017 latest features like Async/Await
-
CORS enabled
-
Uses pnpm
-
Express + MongoDB (Mongoose)
-
Consistent coding styles with editorconfig
-
Docker support
-
Uses helmet to set some HTTP headers for security
-
Load environment variables from .env files with dotenv
-
Gzip compression with compression
-
Linting with eslint
-
Logging with morgan
-
Authentication and Authorization with aws cognito
pnpm installcp .env.example .env- Set your Mongo cluster uri
- set your AWS configurations
pnpm run devpnpm run prod