Skip to content

Patrick-Emmanuel-Munuo/go_backend_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Application

Description:
This is a basic Go (Golang) application built with the Gin web framework. It serves as a backend API template for building and deploying services. It supports simple CRUD operations and serves as a foundation for further extensions.


Rungo in nodemon

npm install -g nodemon nodemon --exec go run main.go --signal SIGTERM

Response

json { "success": true, "message": "data"}

{ "success": false, "message": "error response "}

Routes Available

Table of Contents

  1. Installation
  2. Project Structure
  3. Backend Setup
  4. API Endpoints
  5. Usage
  6. Running the Application
  7. Environment Variables
  8. Contributing
  9. License

Installation

Prerequisites

Make sure you have the following installed:

Clone the Repository

First, clone the repository to your local machine:

git clone https://github.com/yourusername/go-application.git
cd go-application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages