Brett Bussell

Project Details

Inventory Application

The Inventory Application is designed to help beer sellers manage their inventory of different beer products. It provides features to add, update, delete, and view details of breweries, beer types, beers, and individual beer SKUs. The application is built using Node.js and Express, with a MongoDB database for storage.

Features

  • CRUD operations for breweries, beer types, beers, and beer SKUs with data interconnectivity protections
  • Uses Country State City API to constrain location choices when creating new breweries.
  • Admin password required to submit CRUD operations
  • MVC (Model-View-Controller) architecture for efficient separation of concerns and maintainable code structure
  • Server-side form sanitization and validation with express-validator

Tech Stack

NodeJS, Express, MongoDB, Pug