Skip to content

Raghav-Verma21/GoApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoLang CRUD API with Gin and GORM

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.

Getting Started

Prerequisites

  • Go (v1.16 or higher)
  • SQLite

Installation

  1. Clone the repository:

    git clone https://github.com/Raghav-Verma/GoApi.git
    cd go-crud
    
  2. Install dependencies:

    go mod init
    
  3. Run the application:

    go run main.go
    

The API server will start at http://localhost:8080.

Contributing

Feel free to contribute to this project by opening issues or submitting pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages