/Stocks_API

Build Stock API using PostgreSQL & Golang.

Primary LanguageGo

Install Dependencies ( type in console ) : in go.mod file you will find all installed dependencies like package.json.

CreateStock Route :

image

GetStockById Route :

image

UpdateStock Route :

image

GetAllStock Route :

image

DeleteStock Route :

image