Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

badgerloop-software/BOM-Webapp

Repository files navigation

My Badgerloop (apps.badgerloop.org)   GitHub Logo

Authors: Eric Udlis, Luke Houge

The new Badgerloops apps site! This web app combines the BOM (bill of materials), website CRUD (create, read, update, and delete) app, and other useful links in one place, behind one sign-in which we use slack for authenticating.

Platform/Technologies:

Server Stack:

Routes/Templating

File Structure

├── README.md
├── app.js
├── config
│   ├── mongo.js
│   └── passport.js
├── controllers
│   ├── admin.js
│   ├── auth.js
│   ├── bom.js
│   ├── budgets.js
│   ├── crud.js
│   ├── events.js
│   ├── orders.js
│   ├── sponsors.js
│   ├── teamleads.js
│   └── utils.js
├── models
│   ├── budget.js
│   ├── order.js
│   ├── sponsor.js
│   ├── teamlead.js
│   └── user.js
├── package-lock.json
├── package.json
├── public
│   └── assets
│       ├── css
│       │   ├── main.css
│       │   ├── material-dashboard-rtl.css
│       │   ├── material-dashboard.css
│       │   └── material-dashboard.css.map
│       ├── js
│       │   ├── browser.default.js
│       │   ├── core
│       │   │   ├── bootstrap-material-design.min.js
│       │   │   ├── jquery.min.js
│       │   │   └── popper.min.js
│       │   ├── createBudget.js
│       │   ├── customHelpers.js
│       │   ├── handlebars.js
│       │   ├── material-dashboard.js
│       │   └── plugins
│       │       └── perfect-scrollbar.jquery.min.js
│       └── scss
│           └── material-dashboard.scss
├── uploads
│   ├── sponsors
│   └── teamleads
└── views
    ├── bom
    │   ├── adminDash.handlebars
    │   ├── createBudget.handlebars
    │   ├── editOrder.handlebars
    │   ├── makeOrder.handlebars
    │   ├── tableView.handlebars
    │   └── viewOrders.handlebars
    ├── calendar.handlebars
    ├── crud.handlebars
    ├── homePage.handlebars
    ├── layouts
    │   └── main.handlebars
    └── partials
        ├── account.handlebars
        ├── flash.handlebars
        └── teamsDropdown.handlebars

Contributing

For details on contributing to the site, check out CONTIRBUTING.md

About

The Repository for the new Badgerloop apps web app!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •