News

A Simple RESTFUL API build using golang version 1.22 net/http standard library for performing Cread, Read, Update, Delete (CRUD) operation. GORM for ORM and PostgreSQL for database.
Performance Evaluation of Programming Languages as API Services for Cloud Environments: A Comparative Study of PHP, Python, Node.js and Golang Published in: 2023 7th International Conference on ...
CRUD Operations through REST APIs It contains a simple Go (Golang) application that serves as an API for managing accounts in a MySQL database. The application uses the Gin framework for routing and ...
Building a simple CRUD API We'll create a simple API for a student management tool for a departmental club. The club president will have the ability to add new students and retrieve all students.