Commit graph

26 commits

Author SHA1 Message Date
dependabot[bot]
5bfa37bcf6
Bump ini from 1.3.5 to 1.3.8 in /frontend (#4)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-13 10:15:11 +01:00
Ruidy
3fad681f95
Merge pull request #3 from rjNemo/dependabot/npm_and_yarn/frontend/http-proxy-1.18.1
Bump http-proxy from 1.18.0 to 1.18.1 in /frontend
2020-10-24 12:15:12 +02:00
Ruidy
cf7f0e7a91
Merge pull request #2 from rjNemo/dependabot/npm_and_yarn/frontend/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3 in /frontend
2020-10-24 12:14:58 +02:00
Ruidy
25dfa70457
Merge pull request #1 from rjNemo/dependabot/npm_and_yarn/frontend/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend
2020-10-24 12:14:43 +02:00
dependabot[bot]
005086214d
Bump http-proxy from 1.18.0 to 1.18.1 in /frontend
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-24 09:33:56 +00:00
dependabot[bot]
19da9cdaab
Bump elliptic from 6.5.2 to 6.5.3 in /frontend
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-24 09:33:53 +00:00
dependabot[bot]
9e81132007
Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-24 09:33:50 +00:00
d5f88f020f add README 2020-10-24 11:32:02 +02:00
364dc5aeae 🖼 image server 2020-07-21 10:59:27 +02:00
fae41951c7 scaffold images API 2020-07-21 10:13:25 +02:00
a0225fbe24 rearrange files inside product folder 2020-07-20 22:49:24 +02:00
ba032828ad enable CORS 2020-07-20 13:56:13 +02:00
7a620e22b1 generate react client 2020-07-20 12:58:57 +02:00
74e358d7ee generate client 2020-07-19 09:59:59 +02:00
270de58204 handle docs route at the router level 2020-07-19 09:16:18 +02:00
13a6e80ce2 serve service from custom path 2020-07-19 09:02:37 +02:00
b8ef90f3d2 🎓 update documentation 2020-07-15 12:22:55 +02:00
e9f20850ef ⌫ enable delete product 2020-07-15 11:03:11 +02:00
b6b2e94ace ℹ️ serve swagger generated docs 2020-07-14 22:40:54 +02:00
6e4dfa4bda 📑 use swagger for documentation 2020-07-14 22:03:55 +02:00
25ba22f650 👮🏽‍♀️ validate Product 2020-07-14 18:46:39 +02:00
7b50b02a04 🧹 clean code structure 2020-07-14 13:33:17 +02:00
51520e2238 🐕‍🦺 validate body using middleware 2020-07-14 12:55:52 +02:00
3318c90370 handle put request 2020-07-14 11:23:59 +02:00
b0bc69c63d handle post request 2020-07-14 10:35:49 +02:00
7d6ca2d8eb get all products 2020-07-13 23:21:30 +02:00