This commit is contained in:
GotPPay
2017-11-30 17:43:24 +01:00
parent 630e812654
commit 4f36fc7738
29 changed files with 2884 additions and 43 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
first terminal
cd web
npm install
npm start
second terminal
cd backend
npm install
node express.js
requires running mongodb service