Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 589 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 589 Bytes

aws-rds-functions

AWS RDS functionalities using NodeJS

This application will be help you integrate NodeJS and AWS RDS (MySQL). Also it will allow you perform basic functionalities.

Prerequisite

  1. AWS Account
  2. Launch a AWS RDS instance of your choice. Please make sure "public accessibility" option as yes
  3. Note down the hostname and other credentials

Installation

  1. Clone the repository
  2. Move to cloned directory and install all dependencies
npm install 
  1. Edit ".env" file and add all required credentials
  2. Now run your server
npm start