Skip to content

the official club website backend source code for HiCoding Club

Notifications You must be signed in to change notification settings

hicodingclub/club-website-backend

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:userpassword@ds143683.mlab.com:43683/hcexample

Start Development

Follow HiCoder Web Framework User Guide for more instructions

About

the official club website backend source code for HiCoding Club

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published