A production-style Node.js + Express + MongoDB REST API for user authentication and employee management. This repo pairs nicely with the React UI project: employee-management-dashboard (frontend).
# Build for Chrome npm run build:chrome # Build for Firefox npm run build:firefox # Build for both browsers npm run build ├─ config/ # Browser-specific manifests ├─ src/ # Source code │ ├─ assets/ # ...