Skip to content

Modea/tailormade

Repository files navigation

VCRMH - TailorMade App

Initial Setup

Before beginning setup ensure that you have the following installed:

  1. Clone the repo to your local directory.

    git clone [repo]
    
  2. Install local dependencies. From the root directory, run these commands to install dependencies.

    npm install
    cd vcrmh-app-api
    npm install
    
  3. Serve the application to localhost. Inside the root directory run the following command to deploy the application to a hot reloading environment.

    npm start
    

Creating, Updating, and Deploying Lambda functions with Serverless.

Using the Serverless CLI will allow you to create, update and delete functions from your local environment instead of the AWS console.

Note: You will need to be logged in to the AWS CLI to run serverless deploy. To login, run aws configure and follow the prompts to sign in using your credentials for the environment. If you need programattic access keys for your user, follow the steps below.

  1. Sign into the AWS console.

Building and Deploying to CI

To be completed following the completion of environment/deployment pipeline setup.

Test dual push 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published