Skip to content

soulteary/flare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Flare

Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.

🚧 Code is being prepared and refactored, commits are slow.

Feature

Simple, Fast, Lightweight and super Easy to install and use.

  • Written in Go (Golang) and a little Modern vanilla Javascript only.
  • Doesn't depend any database or any complicated framework.
  • Single executable, no dependencies required, good docker support.
  • You can choose whether to enable various functions according to your needs: offline mode, weather, editor, account, and so on.

ScreenShot

TBD

Documentation

TBD

  • Browse automatically generated program documentation:
    • godoc --http=localhost:8080

Directory

β”œβ”€β”€ build                   build script
β”œβ”€β”€ cmd                     user cli/env parser
β”œβ”€β”€ config                  config for app
β”‚Β Β  β”œβ”€β”€ data                    data for app running
β”‚Β Β  β”œβ”€β”€ define                  define for app launch
β”‚Β Β  └── model                   data model for app
β”œβ”€β”€ docker                  docker
β”œβ”€β”€ embed                   resource (assets, template) for web
β”œβ”€β”€ internal
β”‚Β Β  β”œβ”€β”€ auth                user login
β”‚Β Β  β”œβ”€β”€ fn                  fn utils
β”‚Β Β  β”œβ”€β”€ logger              logger
β”‚Β Β  β”œβ”€β”€ misc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ deprecated
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ health
β”‚Β Β  β”‚Β Β  └── redir
β”‚Β Β  β”œβ”€β”€ pages
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ editor
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ guide
β”‚Β Β  β”‚Β Β  └── home
β”‚Β Β  β”œβ”€β”€ resources           static resource after minify
β”‚Β Β  β”œβ”€β”€ server
β”‚Β Β  β”œβ”€β”€ settings
β”‚Β Β  └── version
└── main.go