Skip to content

ianhtyen/saas-csc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC Cloud Computing Assignment 2

Using node.js. for-deployment branch for amazon deployment

Installation

Use the npm package manager (Make sure you are on the root folder)

npm init

then

npm install

Configuration

Create .env for environment variables. Add these:

aws-secretKey=x
aws-accessKey=x
portfordevelopment=2021

Create config.js for configuration data. Add these:

exports.awsConfig = {
    "region": "us-east-1",
    "endpoint": "http://dynamodb.us-east-1.amazonaws.com",
    "accessKeyId": "x", 
    "secretAccessKey": "x",
    "sessionToken": "x"
};

Usage

npm start or node app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published