Skip to content

REST services used to maintain the product catalogue of an ecommerce company.

Notifications You must be signed in to change notification settings

wasimwazi/ecom_product_management_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Inventory Management APIs

REST services used to maintain the product catalogue of an ecommerce company.

Setup Postgres Database

$ cd migration
$ goose postgres "<POSTGRES_DB_URL>" up
$ cd ..

Run Development Environment

Rename env.example to development.env in /config
Set the necessary environment variables in development.env

$ source config/development.env
$ go run main.go

About

REST services used to maintain the product catalogue of an ecommerce company.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published