Skip to content

inact25/InventoryGO

Repository files navigation

InventoryGO

Tech Inventory App using Golang and Console

Update

Add Ability to

- Add product
- Delete Product
- Show All Product

- Add Transaction
- Delete Transaction
- Show All Transaction

- Show Daily Report
- Show Monthly Report
- Show All Report

create config file

create config.env, and put it into root of your project folder.Then fill it with :

DbEngine = 'mysql'
DbUser = 'root'
DbPass = 'yourPass'
DbHost = 'localhost'
DbPort = 'yourPort'
DbConnection = '@tcp'
DbSchema = 'yourDbName'

create database

this project using this database design Download Sql File image of db

Future Update

  • Login
  • choose Category when add a product
  • choose brand when add a product and transaction
  • cloudSql
  • input validation
  • more

About

Tech Inventory App using Golang and Console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published