This is an example Negroni web app with basic auth
- This example webapp was originally built with a MySQL DB, but has now been modified to use Postgres. There is now a 'mysql' branch that still uses the go-mysql lib, but development on this branch has slowed to little more than a trickle
- Signup/Login
- Pages rendered from templates
- Very Simple API call via Javascript on homepage
- Negroni
- Negroni-sessions
- Render
- pq
- crypto/bcrypt
Deploy to Heroku
- Hash passwords
- More extensive api examples