Skip to content

srihariph/builder-bootcamp-nodejs-starter-kit

 
 

Repository files navigation

builder-bootcamp-nodejs-starter-kit

Requirements

Initial setup & deployment

Prepare the infrastructure

  1. Create an S3 bucket
aws s3 mb s3://bootcamp-starter-kit-adamulvi
  1. Edit infrastructure/deploy.sh and set the Configuration options to match your environment

  2. Run make infra to deploy the infrastructure

Deploy the application

  1. Add a git remote and point it at the CodeCommit repo created by make infra.
  2. git push your changes and the pipeline should kick off a build

Local development

Requirements

Run unit tests

  1. Run the unit tests
make test
  1. Hope they work!

Start the local dev server

  1. Start up the dev server
make dev
  1. Write code, it will be automatically recompiled on save.

  2. Test your work at the address returned

Running the Swagger editor

  1. Start the service
make swagger-start
  1. Point your browser to http://0.0.0.0:8080

  2. When done, stop the service

make swagger-stop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.6%
  • Shell 15.1%
  • JavaScript 11.2%
  • Makefile 5.1%