Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafischer1/gmri_capstone_go_be
A Golang Backend for Prototype F.A.S. -G103
https://github.com/rafischer1/gmri_capstone_go_be
buffalo flood go golang plush psql-database soda
Last synced: 2 months ago
JSON representation
A Golang Backend for Prototype F.A.S. -G103
- Host: GitHub
- URL: https://github.com/rafischer1/gmri_capstone_go_be
- Owner: rafischer1
- Created: 2019-01-07T18:49:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T22:25:59.000Z (about 6 years ago)
- Last Synced: 2024-08-03T23:15:34.362Z (6 months ago)
- Topics: buffalo, flood, go, golang, plush, psql-database, soda
- Language: Go
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - gmri_capstone_go_be - G103 (Repositories)
README
# Prototype F.A.S. Go Backend for GMRI / City of Portland 🌊
## Routes
```haskell
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](http://gobuffalo.io)
[Plush Templating](https://github.com/gobuffalo/plush)