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.
- AWS Account
- Launch a AWS RDS instance of your choice. Please make sure "public accessibility" option as yes
- Note down the hostname and other credentials
- Clone the repository
- Move to cloned directory and install all dependencies
npm install
- Edit ".env" file and add all required credentials
- Now run your server
npm start