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
dependabot[bot] 4733c75e07
Bump copy-props from 2.0.4 to 2.0.5
Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/gulpjs/copy-props/releases)
- [Changelog](https://github.com/gulpjs/copy-props/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/copy-props/compare/2.0.4...2.0.5)

---
updated-dependencies:
- dependency-name: copy-props
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
config Add media table for media files 5 years ago
src Fix tslint error 5 years ago
.gitignore Change passsword hash function to sCrypt 5 years ago
.gitkeep Change config file handling 5 years ago
CHANGELOG.md Fix registration not using sCrypt for registration 5 years ago
Dockerfile Update docker configuration 5 years ago
Jenkinsfile Mocha tests 5 years ago
LICENSE Create LICENSE 5 years ago
README.md Updated README 5 years ago
docker-compose.yml Update docker configuration 5 years ago
gulpfile.js Remove public files 5 years ago
package.json Change passsword hash function to sCrypt 5 years ago
tsconfig.json Cluster improvements 5 years ago
tslint.json Fix tslint config 5 years ago
yarn.lock Bump copy-props from 2.0.4 to 2.0.5 2 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". Additionally the server needs a working redis server to connect to.