Skip to content

The SaloonKeeper is a full CRUD, full-stack application that provides a simple solution for product accountability.

Notifications You must be signed in to change notification settings

JJSalsbury/SaloonKeeper

Repository files navigation

The SaloonKeeper

Table of Contents

Description

The SaloonKeeper is a full CRUD, full-stack application that provides a simple solution for product accountability.

With this application, users can track ordered inventory, keep a running product list, verify counted product amounts and cost of goods sold to better understand how inventory impacts sales and profits. It’s time to replace mountains and mountains of spreadsheets with a flexible platform that connects each step of inventory management. From taking counts to providing data to help cost drinks, The SaloonKeeper can help strengthen your bar program.

Screenshots

ScreenShot 1 ScreenShot 2 ScreenShot 3 ScreenShot 4 ScreenShot 5 ScreenShot 6 ScreenShot 7

Built With

Getting Started

Prerequisites

Installation

Create a database named "saloon-keeper".

The queries in the database.sql file are set up to create all the necessary tables and populate the needed data to allow the application to run correctly.

Open up your editor of choice and run an npm install

  1. Clone this repo.
  2. Set up a database called saloon-keeper in Postgres. Using the database.sql file, create all the tables, add the Alter Tables commands, and then add all the data.
  3. In your code editing program's terminal, run 'npm install' as a terminal command.
  4. Run npm run server in your terminal.
  5. Run npm run client in your terminal.
  6. Navigate to localhost:3000
  7. Explore the application!

Acknowledgements

Thank you to Prime Digital Academy for the guidance and support in creating this project.

Contacts

About

The SaloonKeeper is a full CRUD, full-stack application that provides a simple solution for product accountability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published