explore-services/services/utils-service
argirok c81c6196c0 [ develop | DONE | ADDED] Utils servise: add a method to get counts for results, use the same method in /explore/home 2024-02-20 11:39:49 +02:00
..
README.md Services: add properties files and scripts to create separate configuration per environment 2022-10-03 12:22:13 +03:00
beta-properties.file [ develop | DONE | ADDED] Utils services: add /explore/funders method that groups requests for funder page 2024-02-06 11:31:47 +02:00
package.json [ develop | DONE | ADDED] Utils services: group common requests in a single request 2024-02-05 12:07:34 +02:00
production-properties.file [ develop | DONE | ADDED] Utils services: add /explore/funders method that groups requests for funder page 2024-02-06 11:31:47 +02:00
properties.file [ develop | DONE | ADDED] Utils services: add /explore/funders method that groups requests for funder page 2024-02-06 11:31:47 +02:00
uploadService.js [ develop | DONE | ADDED] Utils servise: add a method to get counts for results, use the same method in /explore/home 2024-02-20 11:39:49 +02:00

README.md

README

What is this repository for?

Utils service

  • Version 1.0.0

How to run locally?

  • "npm start" to start the service

How to run in a server?

  • run "npm run prepare-{CONFIGURATION_NAME}"
  • cp dist folder in the server
  • create a folder for the service files
  • "npm i" to install dependencies.
  • if you just update the project run "pm2 restart upload"
  • if you start a new service run: pm2 start --name upload ./uploadService.js --log-date-format="YYYY-MM-DD HH:mm Z"