Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 424 Bytes

Server (REST API) Template for Node.JS

Step 1

  1. Generate a public and private key: https://travistidwell.com/jsencrypt/demo/
  2. Important: Select 512 bit key
  3. Generate & Paste the keys inside: private.key and public.key
  4. Create a keys folder at root level (src, node_modules)
  5. Paste the 2 files inside the folder

Step 2

  1. Download PostgreSQL
  2. Modify the credentials inside the .env file