Added README and test

This commit is contained in:
Naida Vatric
2019-11-04 20:19:33 +01:00
parent a43ac6f27a
commit 0d525d486e
19 changed files with 1517 additions and 64 deletions

View File

@@ -67,4 +67,7 @@ app.post('/querypermiss', (req,res) => {
//Listening on local port 3000 -temporary, to be changed to env Var
app.listen(3000, () => {
console.log(`App is running on port 3000`);
})
})
//For testing purpose
//module.exports = app;