aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjw2552018-04-22 17:03:35 +0100
committerjw2552018-04-22 17:03:35 +0100
commit3b4092ba59488e66054b222335b925518635435a (patch)
tree99bf1bf0a603e64d30d912e2a9a2766669eec572
parentconclusion + ind. contr. reworked (diff)
downloadmedicine-3b4092ba59488e66054b222335b925518635435a.tar.gz
medicine-3b4092ba59488e66054b222335b925518635435a.zip

updated readme

-rw-r--r--README.md24
1 files changed, 7 insertions, 17 deletions
diff --git a/README.md b/README.md
index e3925ea..a3603e3 100644
--- a/README.md
+++ b/README.md
@@ -2,27 +2,17 @@
## Instructions to install:
-$ ./getmenode.sh
-$ npm install all
+$ ./getmeall.sh
+$ yarn
-## Instructions to install postgres locally (on lab machines):
+## Instructions to run postgres:
-$ ./getmepostgres.sh
+$ ./runmepostgres.sh
-## Instructions to execute:
+## Instructions to run server:
-$ ./runmenode.sh
-
-// alternative for home pc:
-$ npm start
+$ yarn start
## To test:
-$ npm test
--- these tests should always pass (when the server is up and running ofc)
-
-## Sources:
-http://mherman.org/blog/2016/11/05/developing-a-restful-api-with-node-and-typescript/#.WlW1fhdpw8o
-https://basarat.gitbooks.io/typescript/docs/quick/nodejs.html
-https://github.com/RobinBuschmann/sequelize-typescript
-https://sequelize.readthedocs.io/en/v3/
+$ yarn test