Skip to content

guifelippe/task-crud-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task CRUD in Go

This is a sample Go project that implements basic CRUD operations to manage tasks. The purpose of this project is to provide a simple demonstration of creating a CRUD application in Go.

Features

This project offers the following functionalities:

  • Create Task: You can add a new task to the list.
  • List Tasks: View all existing tasks.
  • Update Task: Mark a task as completed or update its description.
  • Delete Task: Remove a task from the list.

Prerequisites

To run this project, you will need Go installed on your system. Make sure it is set up correctly.

How to Run the Project

  1. Clone this repository to your local system:

    git clone https://github.com/guifelippe/task-crud-go.git
    
  2. Navigate to the project directory:

    cd task-crud-go
    
  3. Run the Go application:

    go run main.go
    

This will start the task management application.

Usage

The application supports the following commands:

  • Create Task
  • List Task
  • Update Task
  • Delete Task

About

A simple API made in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages