Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Abdul Munif Hanafi edited this page Feb 5, 2019 · 1 revision
  1. Install all NPM package
    npm install
    
  2. Copy .env.example file to .env
    cp .env.example .env
    
  3. Configure your .env file
  4. Run database migration
    npx sequelize db:migrate
    
  5. Run service
    npm run start
    
Clone this wiki locally