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

https://github.com/root-kings/template-express-mongodb

Fully configured, modular starter template for Express-MongoDB API
https://github.com/root-kings/template-express-mongodb

dcode-2025 express hacktoberfest mongodb mongoose socket-io

Last synced: 4 days ago
JSON representation

Fully configured, modular starter template for Express-MongoDB API

Awesome Lists containing this project

README

          

# root-template-express

Backend template for Root Kings Express Applications

## Required `env` variables

1. `PORT`
2. `MONGODB_URI`
3. `NODE_ENV`
4. `JWT_EXPIRES`
5. `JWT_ISSUER`
6. `JWT_SECRET`
7. `UPLOADS_DIR`
8. `PUBLIC_DIR`
9. `RESEND_API_KEY`