namatoj / sociallink

0 stars 0 forks source link

draft: Chore/bootstrap app #9

Closed simondmansson closed 7 months ago

simondmansson commented 7 months ago

Base setup with a cmd folder with a web and cli app and a pkg folder for libraries used by the applications.

As an example pkg/storage/pocketbase could contain files that can input links, lists to etc pocketbase. The applications import and use the same insertLink function.

Inspired by https://github.com/golang-standards/project-layout

simondmansson commented 7 months ago

I think I should redo this without pocketbase until we have figured out how to proceed with #2

namatoj commented 7 months ago

Looks great!

namatoj commented 7 months ago

I think I should redo this without pocketbase until we have figured out how to proceed with #2

Oh crap! I saw this too late.

But I think we can still go with this.