Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noahdietz/postdo

practice in building a RESTful API in golang with postgreSQL backend
https://github.com/noahdietz/postdo

Last synced: 13 days ago
JSON representation

practice in building a RESTful API in golang with postgreSQL backend

Awesome Lists containing this project

README

        

#PostDo

###A basic REST API for a daily todo list built on Go lang and PostgreSQL

This little app is the product of my dabbling with Google's Go language and PostgreSQL databases.

The project is an adaptation of [this awesome tutorial](http://thenewstack.io/make-a-restful-json-api-go/) to use a PostgreSQL DB for persistent storage.

To set up the PostgreSQL DB, read [my Medium post](https://medium.com/@noahdietz) about this project!

Enjoy!