From abf020f4d76f063ef90ee8470b491880f5ad1809 Mon Sep 17 00:00:00 2001 From: Martin Lehoux <martin@lehoux.net> Date: Sat, 16 Feb 2019 00:48:18 +0100 Subject: [PATCH] add launch guide --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af52233..7873f06 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,15 @@ * `connect-mongodb-session`: MongoDB session store for connect/express built by MongoDB * `random`: Seedable random number generator supporting many common distributions. * `js-yaml`: YAML 1.2 parser and serializer +* `node-cron`: A simple cron-like task scheduler for Node.js ### To use * `joi`: Object schema description language and validator for JavaScript objects. -## Release +## Starting app +* Install MongoDB and run it +* Copy and fill `secret` from `config.template.yml` to `config.yml` +* Run `node index.js` ### TODO * [ ] Validate mongoose models -- GitLab