Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 329 Bytes

File metadata and controls

9 lines (7 loc) · 329 Bytes

Web Application in Go Language

Demo app with users and posts stored in a database with validation, sessions, authentication, and pretty urls.

  1. Using Martini with Session, SessionAuth, Render, and Binding
  2. Using jQuery and Ajax for PUT and DELETE calls
  3. Using MySQL with GORP
  4. Using Regex for Pretty Urls for SEO