Jordan
|
c4c57639e2
|
Implemented POST /api/campaigns
Renamed "apikey" table to "api_key" for consistency
Bug fix in checkError()
|
2014-01-31 16:25:02 -06:00 |
Jordan
|
6802fe6800
|
Changed to indent JSON
Changed default username to admin (instead of jordan)
|
2014-01-30 23:11:06 -06:00 |
Jordan
|
c60b9d584b
|
- Working on implementing the API (started working on /api/campaigns)
- Implemented APIKey middleware
- Changed settings template to look a bit nicer and to, you know, work.
|
2014-01-30 22:46:25 -06:00 |
Jordan
|
c59415a133
|
Adding some models - Incorporated use of `gorp` package to allow ORM'ish functionality
|
2014-01-30 15:08:14 -06:00 |
Jordan
|
6944854005
|
Added support for --setup flag to reset database
|
2014-01-12 22:39:40 -06:00 |
Jordan
|
c42ddf3dd7
|
Added createTableSQL script to better manage table creation
Added creation of Campaigns table
|
2014-01-12 21:46:51 -06:00 |
Jordan
|
7eb90b27ad
|
Moved DB to root folder
Created db package to handle DB connection/queries
Removed Setup.go (now handled in db package)
Setup context in middleware
|
2014-01-09 17:18:49 -06:00 |