Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A Golang Backend for Prototype F.A.S. -G103

Awesome Lists containing this project

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)