<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mevn-ecommerce/server, branch main</title>
<subtitle>Imaginary e-commerce site made in MEVN stack.</subtitle>
<id>https://git.matejamaric.com/mevn-ecommerce/atom?h=main</id>
<link rel='self' href='https://git.matejamaric.com/mevn-ecommerce/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/'/>
<updated>2021-07-29T20:32:34Z</updated>
<entry>
<title>Added status codes to more API endpoints.</title>
<updated>2021-07-29T20:32:34Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-29T20:32:34Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=6467c01cddf7333ff96de21b9ffe830c0d9bc7e4'/>
<id>urn:sha1:6467c01cddf7333ff96de21b9ffe830c0d9bc7e4</id>
<content type='text'>
This should fix login bug on client where it sets empty token when bad
password is provided.
</content>
</entry>
<entry>
<title>Add API endpoint for show paid orders to user.</title>
<updated>2021-07-29T18:50:02Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-29T18:50:02Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=104948f25ed38ef2ee354b271fb2368dca1b6c4d'/>
<id>urn:sha1:104948f25ed38ef2ee354b271fb2368dca1b6c4d</id>
<content type='text'>
Also, now all info in database is provided when authorized.
</content>
</entry>
<entry>
<title>Save and check user ID for every order.</title>
<updated>2021-07-29T01:16:51Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-29T01:16:51Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=aec70cba2579088d0f8a9cac2ba33030c5c17d22'/>
<id>urn:sha1:aec70cba2579088d0f8a9cac2ba33030c5c17d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fully implement client-side login system...</title>
<updated>2021-07-29T00:46:33Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-29T00:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=015d67cf738e4ad6d397824dc09a44d85d643b75'/>
<id>urn:sha1:015d67cf738e4ad6d397824dc09a44d85d643b75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Protect API endpoint for showing paid orders.</title>
<updated>2021-07-27T17:16:14Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-27T17:16:14Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=10b0444eacee8e54c947a88b1cc27252666fe14c'/>
<id>urn:sha1:10b0444eacee8e54c947a88b1cc27252666fe14c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add API endpoint for paid orders.</title>
<updated>2021-07-27T16:32:14Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-27T16:32:14Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=306c59e56c5038d13f94b9477bcdd060ab282ee6'/>
<id>urn:sha1:306c59e56c5038d13f94b9477bcdd060ab282ee6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DB: Add product name for each item in order.</title>
<updated>2021-07-27T16:01:45Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-27T16:01:45Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=4999a967fd11db8e5142b0a14c0c3f37283290df'/>
<id>urn:sha1:4999a967fd11db8e5142b0a14c0c3f37283290df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve `Order` model.</title>
<updated>2021-07-27T15:18:41Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-27T15:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=8a3923c5b9eefaaa59a081c2a77d0a225494ea45'/>
<id>urn:sha1:8a3923c5b9eefaaa59a081c2a77d0a225494ea45</id>
<content type='text'>
Added timestamps and now using `ItemSchema` as subschema for array of
items.
</content>
</entry>
<entry>
<title>Return status 400 when failing to register user.</title>
<updated>2021-07-24T21:34:36Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-24T21:34:36Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=54e471b5741a7569001067e476467c4ff6f6a7de'/>
<id>urn:sha1:54e471b5741a7569001067e476467c4ff6f6a7de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return token on registration, return admin status on login, 404 on user</title>
<updated>2021-07-24T21:18:08Z</updated>
<author>
<name>Mateja</name>
<email>mail@matejamaric.com</email>
</author>
<published>2021-07-24T21:18:08Z</published>
<link rel='alternate' type='text/html' href='https://git.matejamaric.com/mevn-ecommerce/commit/?id=1b020a3f50b8317b46d336569fb8b8290855dcff'/>
<id>urn:sha1:1b020a3f50b8317b46d336569fb8b8290855dcff</id>
<content type='text'>
not found.
</content>
</entry>
</feed>
