Skip to content

akashgaur-kiwi/ci_cd_node.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy to AWS Elastic Beanstalk with Node.js & MongoDB

This project is for use on AWS Elastic Beanstalk.

Contact me if you run into problems using this repo or tutorial.

The .npmrc file fixes permission issues for the NPM sharp package and other packages which require elevated permissions, setting the 'unsafe-perm' flag to true. Several packages are included in the package.json file which are not being used in this project to demonstrate the deployment works for image upload/resizing packages.

Running this code locally requires that you add a .env file at the root of your project with a DB environment variable pointing to your local MongoDB instance. Example: DB=mongodb://localhost:27017/restful?retryWrites=true

Deploy to AWS Elastic Beanstalk

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors