This is a simple and clean RESTful API written in Go for managing student records. It supports full CRUD operations, uses SQLite for storage.
- ✅ Create, Read, Update, Delete (CRUD) operations on students
- ✅ SQLite database integration
- ✅ Graceful server shutdown and structured logging
git clone https://github.com/atharv3221/rest-api.git
cd rest-api
go mod tidy
go run cmd/rest-api/main.go -config config/local.yaml