sanjeet05 / voice-call-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 99.7%Language:Dockerfile 0.3%