<feed xmlns='http://www.w3.org/2005/Atom'>
<title>recipe_buddy/backend, branch master</title>
<subtitle>Small single user website for storing/cooking recipes.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/'/>
<entry>
<title>Fix intructions -&gt; intruction for backend json</title>
<updated>2019-12-10T19:50:28+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-10T19:50:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=c85f7519729d5ad4120f60d742e5f5e6f62d136e'/>
<id>c85f7519729d5ad4120f60d742e5f5e6f62d136e</id>
<content type='text'>
Now the same as frontend data models.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the same as frontend data models.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ingredient unit type to be same across frontend &amp; backend</title>
<updated>2019-12-09T22:29:18+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-09T22:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=59e6f7ebe87c516752275d11673557cc58ed9d09'/>
<id>59e6f7ebe87c516752275d11673557cc58ed9d09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix backend readme to have correct JSON schema</title>
<updated>2019-12-09T20:36:28+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-09T15:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=11caaccaaf5db05066eed686209357b0a23e78e3'/>
<id>11caaccaaf5db05066eed686209357b0a23e78e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more CORS related header management</title>
<updated>2019-12-03T03:53:23+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-03T03:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=d70c3e598450a71ae3971770f63d13dbf6838952'/>
<id>d70c3e598450a71ae3971770f63d13dbf6838952</id>
<content type='text'>
`Access-Control-Allow-Methods` &amp; `Access-Control-Allow-Headers` headers
are needed to make POST requests from angular.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Access-Control-Allow-Methods` &amp; `Access-Control-Allow-Headers` headers
are needed to make POST requests from angular.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into api_json=recipe_object</title>
<updated>2019-12-02T21:43:43+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-02T21:43:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=e3340c8df1892356ecf58116db9e910662554eed'/>
<id>e3340c8df1892356ecf58116db9e910662554eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix remove Num from Step struct</title>
<updated>2019-12-02T21:40:03+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-02T21:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=ba3fc1b1ec14035009cbfc642e04fbf1034ce735'/>
<id>ba3fc1b1ec14035009cbfc642e04fbf1034ce735</id>
<content type='text'>
The index of the array can be used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The index of the array can be used instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9 from tuckerevans/backend-improvement</title>
<updated>2019-12-02T21:24:12+00:00</updated>
<author>
<name>schencej</name>
<email>55326070+schencej@users.noreply.github.com</email>
</author>
<published>2019-12-02T21:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=6f14fcb0a4692c54b76ea96fc2bc0a683af30838'/>
<id>6f14fcb0a4692c54b76ea96fc2bc0a683af30838</id>
<content type='text'>
Backend improvement (Refactoring)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backend improvement (Refactoring)</pre>
</div>
</content>
</entry>
<entry>
<title>Fix changes json encoding to match frontend</title>
<updated>2019-12-02T15:52:47+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-12-02T15:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=74855d03f44adf2e77d5d6af38e18e1cfe45e700'/>
<id>74855d03f44adf2e77d5d6af38e18e1cfe45e700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Content-Type header</title>
<updated>2019-11-30T00:46:43+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-11-30T00:46:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=30ccc1f1c4a0ba64e16a0ef306f5b4c71df5760f'/>
<id>30ccc1f1c4a0ba64e16a0ef306f5b4c71df5760f</id>
<content type='text'>
Content-Type header was not included in response because WriteHeader()
was called before setting Content-Type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Content-Type header was not included in response because WriteHeader()
was called before setting Content-Type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix duplicated response code</title>
<updated>2019-11-29T22:58:41+00:00</updated>
<author>
<name>Tucker Evans</name>
<email>tuckerevans24@gmail.com</email>
</author>
<published>2019-11-29T22:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tuckerevans.com/college/recipe_buddy/commit/?id=9e1ab63bb039b72cdd2da98c3814366ec1851c7a'/>
<id>9e1ab63bb039b72cdd2da98c3814366ec1851c7a</id>
<content type='text'>
Replace response setup/send code w/ calls to sendResponse()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace response setup/send code w/ calls to sendResponse()
</pre>
</div>
</content>
</entry>
</feed>
