GHL_Backend is a noSQL-based NodeJS server for managing the medical reports built on Express .
git clone https://github.com/johnny990628/GHL_backend
cd GHL_backend
npm install
PORT="your server port"
DB_URL="mongodb://localhost:27017/ghl"
WEB_ORIGIN_URL="your web app port"
JWT_SECRECT_KEY="jwt secrect key"
node server.js