An open API service indexing awesome lists of open source software.

https://github.com/arman2409/go-todo-api

CRUD API for Todo app with Go
https://github.com/arman2409/go-todo-api

Last synced: 3 months ago
JSON representation

CRUD API for Todo app with Go

Awesome Lists containing this project

README

        

CRUD API with PostgreSQL
This repository contains a basic implementation of CRUD (Create, Read, Update, Delete) operations using APIs, model functions, and PostgreSQL database configuration.

Features
- RESTful API endpoints for CRUD operations
- PostgreSQL database integration
- Well-structured models and functions for data handling