Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 466 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 466 Bytes

Prototype F.A.S. Go Backend for GMRI / City of Portland 🌊

Routes

ADMINS TABLE
/admins
/admins/{admin_id}/
/admins/{admin_id}/edit/

USERS TABLE
/users
/users/{user_id}
/users/{user_id}/edit/

DATA TABLE
/data
/data/{datum_id}
/data/{datum_id}/edit/

Starting the Application

$ buffalo dev

localhost:3000

Go Buffalo Docs 🐃

http://gobuffalo.io

Plush Templating