Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
/ message-box Public archive

All the code for the final year project of my undergrad program.

Notifications You must be signed in to change notification settings

SeanCassiere/message-box

Repository files navigation

MessageBox

An office productivity application aimed at providing managers more insight into what their employees are currently doing, without using intrusive/invasive monitoring tactics.

Setup

This project has a server and web-client.

Ensure that the relevant environment variables are added based on the .env.example file.

BEFORE starting development ensure all the packages have their node_modules added.

npm run setup:server

npm run setup:web-client

Now you can begin development.

# Spin up the Docker containers
make up

# Open the web-client development server
npm run web-client