Skip to content

lirazr25/node_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Node server for my password keeper for chrome

This is the code which currently runs on my Amazon AWS EC2 instance. It is used by my Password Keeper for chrome.

This is my code, though you won't be able to run it yourself as it depends on my AWS credentials (which hopefuly you don't have... ;))

If you wish to run the server locally yourself (and not just take a look on my implementation) you should run local_server.js

Make sure to make the appropriate changes in background.js of the extension to run locally.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To use this extension you need to install node.js technology from the link or follow this tutorial:

https://nodejs.org/en/download/package-manager/

Afterwards you should be able to use npm and install those packages:

Crypto-js:

npm install crypto-js

AWS-SDK:

npm install aws-sdk

Socket.io:

npm install socket.io --save

Installing

git clone https://github.com/Lagogo25/node_server.git

And run the desired server.

Contributing

At the moment this is an indepent project made mostly for school and private usage. If one wishes to contribute to the project/server, please contact me by mail: lagogo@gmail.com.

Authors

  • Liraz Reichenstein - Full project - Lagogo25

See also the list of contributors who participated in this project.

License

All code in here is written by me. I put a lot of effort writing this so please don't be rude, if you are using it, please give some credit. (Of course all code beside the one in the imported scripts)

Acknowledgments

About

Node.js server for my password keeper open source. Look at README for further details.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors