Skip to content

sudarsan15/aws-rds-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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