Skip to content
forked from Elli360/Project3

Team Number 8 decided to create a digital Tool Shed to store, lend, categorize, and structure data about your most necessary tools.

Notifications You must be signed in to change notification settings

MrDawit/ToolShed

 
 

Repository files navigation

Tool Shed

Heroku Deployed Link

Table of contents

Description

A digital tool shed to store, lend, categorize, and structure data about your most necessary tools. The Tool Shed app uses both the frontend and the backend to manage obtained tools and the ones needed. There are multiple ways to utilize this app. The storing of the tools is one. A laborer could use this personally to keep track of all the tools bought. There will be an option to save the tools wanted, such as a wish list. These tools will be organized based on categories that fits that particular tool best. Lastly, the ability to lend tools to your most trusted (or mistrusted) comrade is no longer a problem. This app grants the user the ability to track who and when the tool was lend out. No more forgetting what happen to your tools with this app made by The Number 8.

Installation

  1. IN MYSQL

DROP DATABASE IF EXISTS toolshed; CREATE DATABASE toolshed; USE toolshed;

  1. node server.js - intialize the seqluelize process - sets up tables / fields.
  2. Stop server
  3. npm run seed --- populates the database.
  4. node server.js OR npm start

NPM install the following

Usage

Use this app to organize, lend tools and more...

Screenshots

Contributors

Shalom Dawit

Danielli Franquim

Troy Lochner

Luis Calderin

Repositories

About

Team Number 8 decided to create a digital Tool Shed to store, lend, categorize, and structure data about your most necessary tools.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.2%
  • JavaScript 33.8%
  • SCSS 19.8%
  • HTML 0.2%