Skip to content

webfryingpan/board-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Board Manager

A project to manage boards using Docker and Prisma.

Installation

Prerequisites

  1. Docker
  2. Git

Steps

1. Clone the Repository

git clone https://github.com/webfryingpan/board-manager.git

2. Configure Your Data

Modify the data in backend/data according to your requirements.

3. Set Up Environment Variables

Create and configure .env files in the root, frontend and backend directories.

4. Build the Project with Docker Compose

cd board-manager

docker-compose build

5. Run the Project

docker-compose up

7. Congratulations

Your project should now be up and running.

Updating the app

1. Pull from repository

git pull

2. Build

docker-compose build