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
- Host: GitHub
- URL: https://github.com/arman2409/go-todo-api
- Owner: Arman2409
- Created: 2025-03-04T15:32:20.000Z (3 months ago)
- Default Branch: develop
- Last Pushed: 2025-03-04T17:57:14.000Z (3 months ago)
- Last Synced: 2025-03-04T18:38:04.616Z (3 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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