The backend server for the greenvironment social network.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Trivernis 61451882aa Cluster improvements
- added resource logging for clusters
- changed handling of logging
- moved to yarn for package management
5 years ago
src Cluster improvements 5 years ago
.gitignore Fixed Handle whitespace 5 years ago
CHANGELOG.md Merge branch 'master' into develop 5 years ago
Dockerfile Added angular config option 5 years ago
LICENSE Create LICENSE 5 years ago
README.md Added angular config option 5 years ago
docker-compose.yml Added angular config option 5 years ago
gulpfile.js Added angular config option 5 years ago
package.json Cluster improvements 5 years ago
tsconfig.json Cluster improvements 5 years ago
tslint.json Added angular config option 5 years ago
yarn.lock Cluster improvements 5 years ago

README.md

greenvironment-server

Server of the greenvironment social network.

Install

You need to install a nodejs runtime to run the greenvironment server. Then you need to install all requirements. To do so, open a terminal in the greenvironment project folder and execute "npm i". You can build the project by executing "gulp" in the terminal. To run the server you need to execute "node ./dist".