Skip to content
/ gostash Public

web based inventory management program written in go

License

Notifications You must be signed in to change notification settings

mr4dd/gostash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goStash


I made this inventory management system in golang, html and vanilla javascript because I have a hoarding problem and I want to keep track of what I own :P

Table of Contents

Features

  • Add Items: Easily add new items to your inventory.
  • Update Items: Modify existing items with new information.
  • Delete Items: Remove items that you no longer need.
  • View Inventory: See all your items in a clean, organized list.
  • Search Functionality: Quickly find items by name or category.

Installation

Before you start, make sure you have Go installed on your machine. If not, you can download it here.

  1. Clone the repository:
git clone https://github.com/mr4dd/gostash.git
cd gostash
  1. Install the necessary dependencies:
go mod tidy
  1. Run the application:
    go run main.go
  1. Open your web browser and go to http://localhost:8000.

Usage

  • Adding Items: Press the "+" button, fill in the details, and click "Submit".
  • Updating Items: Click on an item in the inventory list to edit its details.
  • Deleting Items: Click the delete button next to an item to remove it from your inventory.
  • Searching Items: Use the search bar to filter items by name or category.

Contributing

Contributions are welcome! If you have any ideas or improvements, feel free to fork the project and submit a pull request. You can also open an issue if you find any bugs or have questions.

  • Fork the repository
  • Create your feature branch
  • Commit your changes
  • Push to the branch
  • Open a pull request

License

This project is licensed under the GNU License - see the LICENSE file for details.

About

web based inventory management program written in go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published