Skip to content

abhijit1859/STUDENT_API_GOLANG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STUDENT_API_GOLANG

This is a student API that I wrote while learning Golang.

Simple student management HTTP API (SQLite-backed).

Prerequisites

Quick start

  • Provide configuration path via env or flag:

Build & run

# run directly
export CONFIG_PATH=config/local.yaml
go run ./cmd/student-api

# or with flag
go run ./cmd/student-api -config 

# build
go build -o bin/student-api ./cmd/student-api
./bin/student-api -config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages