This is a simple Stocks API implemented in Golang that supports CRUD (Create, Read, Update, Delete) operations. The API allows users to manage stock information including creating new stocks, retrieving stock details, updating existing stocks, and deleting stocks.
- Create a new stock
- Retrieve details of a specific stock
- Update an existing stock
- Delete a stock
- List all stocks
git clone https://github.com/jash707/go-stocks.git
cd go-stocks
go mod tidy
go run main.go