Skip to content

hicodingclub/backend-base

Repository files navigation

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

About

HiCoder Web Framework Backend Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published