- nodejs
- npm
- mysql
- clone the repo
git clone https://github.com/rinnnaldi/test-basic-nodejs.git
- install npm packages
npm install
- copy
.env.example
to.env
then configure your database - launch server
node src/server.js
for more examples, please refer to the documentation