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
Max 031ffd14fc added login and register page 5 years ago
src added login and register page 5 years ago
.gitignore Database Connection 5 years ago
CHANGELOG.md Config fix, structure 5 years ago
README.md Updated Readme 5 years ago
gulpfile.js Database Connection 5 years ago
package-lock.json Merge branch 'tommy-dev' of https://git.trivernis.net/Software_Engineering_I/greenvironment-server into tommy-dev 5 years ago
package.json Merge branch 'tommy-dev' of https://git.trivernis.net/Software_Engineering_I/greenvironment-server into tommy-dev 5 years ago
tsconfig.json Initial structure 5 years ago
tslint.json Database Connection 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".