A Simple REST API Build Using Golang

gorestapi

A Simple REST API Build Using Golang

forthebadge

About gorestapi:

  • a simple music restapi that retrives info about the author, album name, price of it

  • get the installation guide from here

Author:

Owner
Krisna Pranav
founder, author of @pranaOS
Krisna Pranav
Similar Resources

A simple REST API - Go

go-rest-api A simple REST API Features GET /movies returns list of movies GET /movies/{id} returns details of specific movie as JSON POST /movies acce

Dec 4, 2022

GateCracker-REST - A RESTful API example for simple lock model information application with Go

GateCracker-REST - A RESTful API example for simple lock model information application with Go

Go Lock Models REST API Example A RESTful API example for simple lock model info

Jun 11, 2022

A REST web-service sample project written in Golang using go-fiber, GORM and PostgreSQL

backend A REST web-service sample project written in Golang using go-fiber, GORM and PostgreSQL How to run Make sure you have Go installed (download).

Jan 1, 2023

An example implementation of a REST interface in Golang using primarily the standard library.

REST API in Golang This is an example REST API implementation using primarily the standard library. The exceptions are as follows. github.com/gorilla/

Jan 22, 2022

šŸ Elegant Golang REST API Framework

šŸ Elegant Golang REST API Framework

An Elegant Golang Web Framework Goyave is a progressive and accessible web application framework focused on REST APIs, aimed at making backend develop

Jan 9, 2023

A rest api with the crud methods made it in golang

A rest api with the crud methods made it in golang

go-API-REST A rest api made it in golang that connects to a mongodb database This API is compatible with the Angular frontend from https://github.com/

Apr 26, 2022

API REST with Golang. Not directly mine.

REST API: API REST with HTTP Methods like: GET & GET ONE PUT POST DELETE To build a compiled server: CompiledDaemon To develop on a compiled server:

Dec 15, 2021

API Rest em Golang e MongoDB com autenticaĆ§Ć£o com JWT afim de testes e simulaƧoes

goRestApi API Rest em Golang e MongoDB com autenticaĆ§Ć£o com JWT afim de testes e simulaƧoes Como construir um layout de projeto extensĆ­vel AutenticaĆ§Ć£

Nov 8, 2021

HTTP Rest API in Golang

Database configuration (for MacOS) Useful article - click to read Install postgres Run cd /Library/PostgreSQL/13/bin Run sudo -u postgres ./createdb r

Dec 14, 2021
Comments
  • database db sql file for sqlite3

    database db sql file for sqlite3

    hey @krishpranav so I have just your last commit https://github.com/krishpranav/gorestapi/commit/982a60af7c43e055670ca487e924cc01e158e6e5

    you have added a package called go-sqlite3 by mattn so I have created a database file sqlite-3

    with some basic sql code hope you like it

    I think so your going to use database like sqlite??

  • advanced database

    advanced database

    hey @krishpranav I have saw the issue that you opened recently #3

    I have saw that you have mentioned that

    use any database such as mysql, sql for data retrivation from local db
    

    actually you can use db like Postgres or MongoDB ??????

REST api using fiber framework written in golang and using firebase ecosystem to authentication, storage and firestore as a db and use clean architecture as base
REST api using fiber framework written in golang and using firebase ecosystem to authentication, storage and firestore as a db and use clean architecture as base

Backend API Example FiberGo Framework Docs : https://github.com/gofiber Info This application using firebase ecosystem Firebase Auth Cloud Storage Fir

May 31, 2022
REST API made using native Golang libraries. This API resembles the basic working of Instagram.
REST API made using native Golang libraries. This API resembles the basic working of Instagram.

Golang RESTful API for Instagram A Go based REST API built using native libraries. The API has been thoroughly worked through with Postman. Routes inc

Mar 16, 2022
Go-userapi-rest - Build a RESTful API that can get/create/update/delete user data from a persistence database

GO ASSIGNMENT Overview of the Task Context Build a RESTful API that can get/crea

Sep 6, 2022
Simple REST-API implementation using Golang with several packages (Echo, GORM) and Docker

Simple REST-API Boilerplate This is a simple implementation of REST-API using Golang and several packages (Echo and GORM). By default, I use PostgreSQ

Sep 13, 2022
Example Golang API backend rest implementation mini project Point Of Sale using Gin Framework and Gorm ORM Database.

Example Golang API backend rest implementation mini project Point Of Sale using Gin Framework and Gorm ORM Database.

Dec 23, 2022
Go WhatsApp REST API Implementation Using Fiber And Swagger
Go WhatsApp REST API Implementation Using Fiber And Swagger

Go WhatsApp REST API Implementation Using Fiber And Swagger Package cooljar/go-whatsapp-fiber Implements the WhatsApp Web API using Fiber web framewor

May 9, 2022
Simple REST API to get time from many different timezones

Timezone API Simple REST API for getting current time in different timezones. This is the first assignment from Rest-Based Microservices API Developme

Oct 31, 2021
Example of REST API to collect simple data

Statistics Collector An example of REST API to collect views statistics How to build There is Docker file you can set TARGET_OS and TARGET_ARCH to com

Dec 6, 2021
šŸ„’ Simple REST-API product service (download products in .csv file)

?? Simple REST-API product service (download products in .csv file)

Nov 28, 2021
Go fiber simple rest API
Go fiber simple rest API

Go Fiber Gorm CRUD Example Go 1.17 Fiber v2 Gorm with sqlite database driver Swa

Jul 15, 2022