Skip to content

pillowslept/nodejs-example

Repository files navigation

nodejs-example

Api example using nodejs and express

Installing

npm install

env configuration

  • Copy .env.example to .env
  • Configure port
  • Set default API prefix
  • Configure mysql database

Running

npm run develop

Author