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 97ed21e469 implemented groups and password hashing
- added Groups with creator, admins, members, groupChats, name
- implemented hashing before storing the password in the database
5 years ago
src implemented groups and password hashing 5 years ago
.gitignore Data access improvements 5 years ago
CHANGELOG.md Switched to typescript-sequelize 5 years ago
Dockerfile Added CORS 5 years ago
README.md Updated Readme 5 years ago
docker-compose.yml Added feed retrieval 5 years ago
gulpfile.js Removed frontend part and added graphql implementation 5 years ago
package-lock.json Switched to typescript-sequelize 5 years ago
package.json Switched to typescript-sequelize 5 years ago
tsconfig.json Switched to typescript-sequelize 5 years ago
tslint.json Added Sequelize 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".