DaveLuhman / toolkeeper

Tool Crib Web Application
2 stars 0 forks source link


[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url]
Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

(back to top)

Introduction

This is a full-stack web application built with NodeJS and Express that allows an contractor to manage their tool crib. Currently at v1.1.6

Features

Technologies Used

Getting Started

Prerequisites

Docker-Compose

  1. In the repo, there is a docker-compose folder. Either download, or copy the contents of both the docker-compose.yml and compose.env to the same folder on your local machine.
  2. Edit the contents of the .env file to your environment
  3. In a terminal, run docker compose up -d to start the containers.

Note: This is configured with /data/db and /data/configdb persistent storage volumes. No secrets are left unencrypted at rest, other than in your .env file.

Node.js Native

Note: this assumes you have your own MongoDB to point TK at.

  1. Clone the master branch either from the GH repo Link or via terminal git clone https://github.com/DaveLuhman/toolkeeper.git

  2. Duplicate the .env.sample file and fill in the details to match your environment a. note the .env file in the monorepo is in ./src/config/.env

  3. In a terminal, run bun install to perform a clean install of the node dependancies

  4. Next, we'll run bun run build:css to build the tailwind CSS files

  5. Finally, we'll run bun start to start the services

License

ToolKeeper is released under the MIT License. However, the exclusive rights to host it for SAAS resale are retained by the author. Others can self-host and use it or run it locally, but not resell hosting without meaningfully changing it first.

Contributing

Contributions are welcome! Please submit issues or pull requests on GitHub. Here's a template for submitting issues or pull requests:

Issue Template

Description A clear and concise description of what the issue is.

Steps to Reproduce Steps to reproduce the behavior:

Go to '...' Click on '...' Scroll down to '...' See error Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Pull Request Template:

Description

For any questions or feedback, you can reach out via email at dave@ado.software or on GitHub @DaveLuhman.