A Web API built with Go. Manage todo items.
- Create a todo item
- Remove a todo item
- Change a todo item
- List all todos items
- Update a todo item
To use this project, you need to follow these steps:
- Clone the repository:
git clone https://github.com/rrxs/gotodo.git
- Install the dependencies:
go mod download
- Build the application:
go build
- Run the application:
./main
The application should be running on port 8080
.
After that you can access swagger by hitting http://localhost:8080/swagger/index.html