uptonm / placeholder-title

WIP
MIT License
0 stars 1 forks source link

placeholder-title


Development Setup

Enviornment Variables

PORT = xxxxx; // (optional)

DB_URI = xxxxx; // (URI to an accessible MongoDB Server)

JWT_SECRET = xxxxx; // (random string of letters and characters for hashing)

MongoDB Setup

Local MongoDB Setup

Local Dockerized MongoDB Setup

Docker Installation/Setup Guide

Running the Dev Server

Requirements for contributions