tutorial

Server Installation

Lewis Sheridan

Setting up your Development Environment

NPM

Setup Environment Variables

MongoDB

MailerSend

LogTail

Create Index.js

Update Package.json

Run API Server

npm run server to start the server on localhost port 8000.

Use curl http://localhost:8000 to confirm server is running. If successful you should see: Backplane REST API Server is ready.

← Back to Documentation