Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 824 Bytes

README.MD

File metadata and controls

37 lines (25 loc) · 824 Bytes

Node.js and Crypto example

How to install

Using Git (recommended)

  1. Clone the project from github. Change "myproject" to your project name.
git clone https://github.com/ZafraDev/nodejs-crypto.git ./myproject

Using manual download ZIP

  1. Download repository
  2. Uncompress to your desired directory

Install npm dependencies after installing (Git or manual download)

cd myproject
npm install
npm update

Setting up environments

  1. In the root this repository you will find a file named .env.example
  2. Create a new file by copying and pasting the file and then renaming it to just .env
  3. The file .env is already ignored, so you never commit your credentials.
  4. Change the values of the file to your environment.

How to run

npm run start