Skip to content

Marktown/frontend

Repository files navigation

Marktown Frontend

Web frontend for Marktown written in Go using the Beego web framework.

Project to learn golang.org to build a Markdown writing environment.

Build Status

Development Requirements

Development Environment

  1. Setup dependencies

     $ make prepare
    
  2. Run the Beego frontend on http://localhost:8080

     $ make run
    
  3. Open the web browser

     $ open http://localhost:8080
    

Advanced

General TODOs

  • better name for FileStore "base"

  • implement base.FileStore.ReadDirTree

  • documentation: my proposal for function-docu-style:

      // Create a new user 
      // Param name : string
      // Param age  : int
      // Return User
      func CreateUser (name string, age int) (user User)
    

License

See LICENSE.