Skip to content

Simple REST API that demonstrate Simple Inventory Management using Go and GORM

Notifications You must be signed in to change notification settings

lloistborn/stock-invent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STOCKINVENT

Simple REST API that demonstrate Simple Inventory Management (CRUD) using Go, GORM and SQLite3

Running in development

  1. dep init (first time only)
  2. Start the server go run main.go

Running in Linux Environment

  1. make all

TODO

  • Use Client to access the API
  • Import data from CSV
  • Export data to CSV
  • Example of API Call

API Endpoint

  • POST /items/blouses to insert single blouse
  • GET /items/blouses to get all blouses
  • GET /items/blouses:id to get single blouse
  • PUT /items/blouses:id to update single blouse
  • DELETE /items/blouses:id to remove single blouse

About

Simple REST API that demonstrate Simple Inventory Management using Go and GORM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published