GHL_Backend

GHL_Backend is a noSQL-based NodeJS server for managing the medical reports built on Express .

Installation

requirement

Clone the repo

git clone https://github.com/johnny990628/GHL_backend
cd GHL_backend

Install dependencies

npm install

Configuration

dotenv

PORT="your server port"
DB_URL="mongodb://localhost:27017/ghl"
WEB_ORIGIN_URL="your web app port"
JWT_SECRECT_KEY="jwt secrect key"

Deploy

node server.js

Author

johnny990628