diff --git a/api/cfg.js.example b/api/cfg.js.example new file mode 100644 index 0000000..dcfacbb --- /dev/null +++ b/api/cfg.js.example @@ -0,0 +1,13 @@ +const CFG = { + API: { + HOST: "127.0.0.1", + PORT: 3000, + ROUTE: "/api" + }, + GMAPS: { + API_KEY: "XXXXX", + BASE_ZOOM: 20, + BASE_LAT: 39.18875480450959, + BASE_LNG: -96.58109955489635 + } +}; \ No newline at end of file diff --git a/istart-nodemon - Kopi.bat b/istart-nodemon - Kopi.bat new file mode 100644 index 0000000..3ecbcda --- /dev/null +++ b/istart-nodemon - Kopi.bat @@ -0,0 +1 @@ +nodemon --exec npm run api \ No newline at end of file diff --git a/istart-nodemon.bat b/istart-nodemon.bat new file mode 100644 index 0000000..896de40 --- /dev/null +++ b/istart-nodemon.bat @@ -0,0 +1 @@ +nodemon --exec npm run boot -- ./src/index.js \ No newline at end of file diff --git a/istart-server.bat b/istart-server.bat new file mode 100644 index 0000000..1cd99d9 --- /dev/null +++ b/istart-server.bat @@ -0,0 +1 @@ +npm run boot \ No newline at end of file