Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 529 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 529 Bytes

test-basic-nodejs

prerequisites

  • nodejs
  • npm
  • mysql

installation

  1. clone the repo
    git clone https://github.com/rinnnaldi/test-basic-nodejs.git
  2. install npm packages
    npm install
  3. copy .env.example to .env then configure your database
  4. launch server
    node src/server.js

usage

for more examples, please refer to the documentation

(back to top)