Skip to content

Danielopes7/api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-go

This repository contains a CRUD application built with Go.

Description

api-go is designed to demonstrate the creation of a CRUD (Create, Read, Update, Delete) application using the Go programming language. The application provides a simple API to manage resources.

Features

  • Create new resources
  • Read existing resources
  • Update existing resources
  • Delete resources

Getting Started

Prerequisites

  • Go (version 1.16 or higher)

Installation

  1. Clone the repository:
    git clone https://github.com/Danielopes7/api-go.git
  2. Navigate to the project directory:
    cd api-go
  3. Install dependencies (if any):
    go mod tidy

Running the Application

To run the application, use the following command:

go run main.go

About

create crud with go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages