This package provides a basic CRUD API for managing leads using the Go-Fiber web framework and GORM ORM for database interactions.
- 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.
-
Clone the repository:
git clone https://github.com/raghulchandramouli/go-fiber-crm-basic.git cd go-fiber-crm-basic
go mod tidy
This version explicitly mentions that the project is free to use under the MIT license. Let me know if you'd like further adjustments!