Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 554 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 554 Bytes

HiCoder Framework Backend Example

Modify the .env file in the project root directory for your development environment. Example:

NODE_ENV=development

PORT=3000
ADMIN_PORT=3001
LISTENING_ADDR=0.0.0.0

MONGODB_URL=<your mongodb url>

# Log levels: error, warn, info, verbose, debug, silly
CONSOLE_LOG_LEVEL=debug
FILE_LOG_LEVEL=warn

An example of the MONGODB_URL is:

MONGODB_URL=mongodb://username:[email protected]:43683/hcexample

Start Development

Follow HiCoder Web Framework User Guide for more instructions