Skip to content

flugaoveltem/aws-elastic-beanstalk-express-js-sample

 
 

Repository files navigation

AWS Elastic Beanstalk Node.js Sample App

This repository contains a sample Node.js web application built using Express, meant to be used as part of the AWS DevOps Learning Path.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Set configuration file

$ git config --global user.email 'flugaoveltem@outlook.com'

$ git config --global user.name 'flugaoveltem@outlook.com'

to set your account default

omit --global to set the idendity only in this repository

alter with vs code

CodeBuild spec

version: 0.2 phases: build: commands: - npm i --save artifacts: files: - '**/*'

Or install package in standoalone

"npm i --save"

About

Sample web application for the AWS DevOps Engineer Learning Path.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%