Skip to content

Atharv3221/rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Students REST API (Go + SQLite)

This is a simple and clean RESTful API written in Go for managing student records. It supports full CRUD operations, uses SQLite for storage.

📦 Features

  • ✅ Create, Read, Update, Delete (CRUD) operations on students
  • ✅ SQLite database integration
  • ✅ Graceful server shutdown and structured logging

Getting Started

1. Clone the repository

git clone https://github.com/atharv3221/rest-api.git
cd rest-api

2. Install Dependencies

go mod tidy

3. Starting the server

go run cmd/rest-api/main.go -config config/local.yaml

About

REST API to perform CRUD operations in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages