Skip to content

This package provides a basic CRUD API for managing leads using the Go-Fiber web framework and GORM ORM for database interactions.

Notifications You must be signed in to change notification settings

raghulchandramouli/go-fiber-crm-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package provides a basic CRUD API for managing leads using the Go-Fiber web framework and GORM ORM for database interactions.

Features

  • Get All Leads: Retrieve all leads from the database.
  • Get Lead by ID: Fetch a specific lead based on the lead ID.
  • Create New Lead: Add a new lead to the database.
  • Delete Lead by ID: Remove a lead from the database.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/raghulchandramouli/go-fiber-crm-basic.git
    cd go-fiber-crm-basic
    

Install Dependencies

go mod tidy

Free to use:

This version explicitly mentions that the project is free to use under the MIT license. Let me know if you'd like further adjustments!

About

This package provides a basic CRUD API for managing leads using the Go-Fiber web framework and GORM ORM for database interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages