ankan-withadream / kiGo

Go server to interact with people's feelings and help them feel better :)
https://ki-go.vercel.app
0 stars 1 forks source link

Re structure project to remove template serving functionality #18

Closed ankan-withadream closed 2 months ago

ankan-withadream commented 2 months ago

Re structure project to remove template serving functionality Need to implement new project structure. Probably this,

/your-app
    server.go
    /src
        /api
            /handlers
            /models
        /routers
        /middlewares
        /services
        /utills
    /internal
         /configs
         /db
    go.mod
    go.sum