Skip to content

WaunBroderick/Conduit

Repository files navigation

Conduit Logo

An open source LMS, onboarding, and employee compliance application for small to enterprise size companies or teams.

Package License

1. Download and Install the required applications

  1. Node 16+
  2. Docker
  3. Docker Compose

3. Setup Environment Variables

#Set DB Connection Strings

#create .env file
cd server && cp .env.example .env

4. Build and Initialize the Application


Dev Environment

###NPM Dev Setup

#Install dependencies
cd server && npm i
cd client && npm i

#Build the Docker Image
$ docker compose build
#Run the Docker Image
$ docker compose up

Docker Images

###Docker Setup

#Build the Docker Image
$ docker compose build
#Run the Docker Image
$ docker compose up

5. Graphql Apollo Studio Sandbox

http://localhost:5000/graphql


5. Product Management and Design

Product Requirements Document


# Contributing

Notes for editing

  1. cmd-shift-v to open the markdown previewer in VSCode for Quality Assurance