Tech Inventory App using Golang and Console
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.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'
this project using this database design Download Sql File
- Login
- choose Category when add a product
- choose brand when add a product and transaction
- cloudSql
- input validation
- more