/voice-call-api

Primary LanguageJavaScriptMIT LicenseMIT

Express Node REST API Boilerplate

Requirements

Getting Started

Install dependencies:

npm install

Set environment variables:

cp .env.example .env

Running migrations

NODE_ENV=development node migrations/voice_table.js create

Running Locally

npm run dev

Running in Production

npm run start
OR
npm run prod

Logs

# show logs in production
pm2 logs