This project is a simple CRUD (Create, Read, Update, Delete) API built with GoLang using the Gin web framework and GORM as the ORM (Object-Relational Mapping) library for database interactions. The API is designed to manage tasks with basic information such as title, description, due date, and status.
- Go (v1.16 or higher)
- SQLite
-
Clone the repository:
git clone https://github.com/Raghav-Verma/GoApi.git cd go-crud
-
Install dependencies:
go mod init
-
Run the application:
go run main.go
The API server will start at http://localhost:8080.
Feel free to contribute to this project by opening issues or submitting pull requests.