Skip to content

I have created a basic lightweight structure of MVC in Golang to create RestApi. It is connected with Sqlite.

Notifications You must be signed in to change notification settings

AunRaza21/Lightweight-MVC-structure-Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight-MVC-structure-Golang

I have implemented a MVC structure which you use to develop Golang applications. Basic structure is here, you can always extend it. Hope it will minimize your time for manual creation of MVC structure in application.

How to RUN

  1. Install Go

  2. export PATH=$PATH:YOUR PATH (Set GO path to run)

  3. export GOPATH=YOUR_PATH (set project path)

  4. Type command go run test_api.go

You can always reach out to me at aunraza021@gmail.com or +923314854717

About

I have created a basic lightweight structure of MVC in Golang to create RestApi. It is connected with Sqlite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages