Skip to content

This is a simple Stocks API implemented in Golang that supports CRUD (Create, Read, Update, Delete) operations.

Notifications You must be signed in to change notification settings

jash707/go-stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stocks API - CRUD Operations in Golang

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.

Table of Contents

Features

  • Create a new stock
  • Retrieve details of a specific stock
  • Update an existing stock
  • Delete a stock
  • List all stocks

Installation

Prerequisites

Clone the Repository

git clone https://github.com/jash707/go-stocks.git
cd go-stocks

Install Dependencies

go mod tidy

Run the Server

go run main.go

About

This is a simple Stocks API implemented in Golang that supports CRUD (Create, Read, Update, Delete) operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages