This repository contains a CRUD application built with Go.
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.
- Create new resources
- Read existing resources
- Update existing resources
- Delete resources
- Go (version 1.16 or higher)
- Clone the repository:
git clone https://github.com/Danielopes7/api-go.git
- Navigate to the project directory:
cd api-go
- Install dependencies (if any):
go mod tidy
To run the application, use the following command:
go run main.go