Skip to main content

Getting Started

About​

My First Ever NODEJS/MERN Stack web app. Boardz is a lightweight mini social app that supports features like Board Posting and Global realtime chat!

Technologies​

Installation​

Client​

  • Change Config at ./src/Config.tsx
  • npm install & npm start

Server​

  • Fill out .env file
MONGODB_URI=
SECRET_KEY_EXP=
HOST=
PORT=
  • npm install
  • npm run dev / npm start