explore-services/services/cache/mecache
Konstantina Galouni 109be1c6f6 [cache | develop | DONE | ADDED]: cache.js: Added in "longCachingRequests", the endpoint "/utils-service/explore/home" to be used as a grouped response for the numbers in explore home page. 2024-02-02 12:44:54 +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 Services: add properties files and scripts to create separate configuration per environment 2022-10-03 12:22:13 +03:00
cache.js [cache | develop | DONE | ADDED]: cache.js: Added in "longCachingRequests", the endpoint "/utils-service/explore/home" to be used as a grouped response for the numbers in explore home page. 2024-02-02 12:44:54 +02:00
package.json Update dependencies and node version in cache and utils-service 2023-08-04 13:54:46 +03:00
production-properties.file Services: add properties files and scripts to create separate configuration per environment 2022-10-03 12:22:13 +03:00
properties.file Services: add properties files and scripts to create separate configuration per environment 2022-10-03 12:22:13 +03:00

README.md

README

What is this repository for?

Cache service

  • Version 1.0.0

How to run locally?

  • "npm start" to start the service
  • Check properties to set the port

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 cache"
  • if you start a new service run: pm2 start --name cache ./cache.js --log-date-format="YYYY-MM-DD HH:mm Z"