Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

express mongodb mongoose socket-io

Last synced: 7 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`