Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamar/Negroni-Example
A simple Golang example using Negroni + Postgres
https://github.com/adamar/Negroni-Example
Last synced: 3 months ago
JSON representation
A simple Golang example using Negroni + Postgres
- Host: GitHub
- URL: https://github.com/adamar/Negroni-Example
- Owner: adamar
- Created: 2014-08-25T11:47:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T12:32:29.000Z (about 8 years ago)
- Last Synced: 2024-07-20T03:18:59.862Z (4 months ago)
- Language: Go
- Homepage:
- Size: 368 KB
- Stars: 44
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Negroni Example
===============This is an example Negroni web app with basic auth
Note
----------
- 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 trickleFeatures
----------
* Signup/Login
* Pages rendered from templates
* Very Simple API call via Javascript on homepageRequirements
-----------* Negroni
* Negroni-sessions
* Render
* pq
* crypto/bcryptTry Me
-----------Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/adamar/negroni-example)
To Do
-----------* Hash passwords
* More extensive api examples