Skip to content

Files

Latest commit

 

History

History
26 lines (17 loc) · 355 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 355 Bytes

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