diff options
| -rw-r--r-- | README.md | 21 | ||||
| -rw-r--r-- | paths.js | 6 |
2 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e550493 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +clone from ... + + git clone git@code.roptron.gr:/var/www/git/oseine.git + +prepare git environment + + git remote add coder git@coder.key:/var/www/git/oseine.git + +push + + git push coder branch + +install + + npm i + +run + + npm start + + @@ -50,4 +50,10 @@ router.get('/search/:title', (ctx, next) => { next(); }); +/** other routes + * + /suggest/<whatever product sub-string> + * + /create + * + /stats + */ + module.exports = router;
\ No newline at end of file |
