filter with date ; working backend and frontend

This commit is contained in:
GotPPay
2017-12-11 18:22:06 +01:00
parent b634bfd300
commit 6859ba39be
26 changed files with 128932 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
var config = {};
config.PORT = 3000;
config.PORT = 4000;
config.databaseURL = 'mongodb://localhost:27017/domains';
module.exports = config;