Skip to content

davindj/explorer-log-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explorer LOG API

An API for Explorer LOG application

Software requirement

These are requirement software to run this project.

Installation

  1. clone / download this project
  2. open this project in terminal
  3. install node dependencies
    $ npm install
  4. setup environment variable .env. notes: you can see env example in .env.example
    $ cp .env.example .env
    $ vi .env
  5. initialize database using script
    $ npm run init-db
    or alternatively run ./script/initDb.js using node
    $ node ./script/initDb.js
    

How to Run

  1. open this project in terminal
  2. run project using start script
    $ npm start

Releases

No releases published

Packages

No packages published