clojure-austin

https://www.meetup.com/Austin-Clojure-Meetup/
2018-02-18T16:32:08.000053Z

It was great

2018-02-18T16:33:24.000088Z

Definitely the funnest conference I’ve attended, Clojure or otherwise, in a long time.

2018-02-18T16:54:17.000096Z

@clojuregeek Do you have an app that you want me to use?

2018-02-18T16:54:40.000144Z

If not, I’m sure I can make something

clojuregeek 2018-02-18T17:00:49.000039Z

I have a composure api with Postgres

2018-02-18T18:13:08.000057Z

That would work

clojuregeek 2018-02-18T22:57:07.000028Z

https://github.com/rubygeek/clojure-recipe-api

clojuregeek 2018-02-18T22:57:22.000022Z

it was one of my first projects

clojuregeek 2018-02-18T22:58:00.000062Z

since i didn't know any better I used same database for testing and for "prod" ... test data was prefixed with a "TEST" for the recipe name and I had functions to delete that data .. doh...

clojuregeek 2018-02-18T22:58:33.000073Z

i updated it to 1.9 and removed korma and used sql instead when i updated it over holiday break

clojuregeek 2018-02-18T23:01:13.000065Z

so i'd really like to know how to deploy this to say linode or digital ocean