Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noahdietz/postdo
- Owner: noahdietz
- License: mit
- Created: 2016-05-24T00:25:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-24T23:05:36.000Z (over 8 years ago)
- Last Synced: 2024-10-28T20:49:15.274Z (2 months ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!