Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 279 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 279 Bytes

aws_node_fibonacci

Node application for calculating Fibonacci number and cache the result.

Steps:

- Create S3 bucket

- Create .env file with variables(USER_KEY, USER_SECRET, BUCKET_NAME, PORT)

- npm install

- node start.js (prod)/nodemon start.js (dev)