An API for Explorer LOG application
These are requirement software to run this project.
- clone / download this project
- open this project in terminal
- install node dependencies
$ npm install
- setup environment variable
.env
. notes: you can see env example in.env.example
$ cp .env.example .env $ vi .env
- initialize database using script
or alternatively run
$ npm run init-db
./script/initDb.js
usingnode
$ node ./script/initDb.js
- open this project in terminal
- run project using start script
$ npm start