Back-end repository for node REST API linking React 'To Do List' App front-end to AWS mySQL RDS by creating AWS Lambda function.
- node
- Express
- Serverless
- CORS
- mySQL
Initialise with node:
Install frameworks:
serverless deploy --RDS_HOST yourAWSdbInstanceHere -- RDS_USER yourUserNameHere --RDS_PASSWORD yourPasswordHere --RDS_DATABASE yourSQLdbHere
Tested using Postman.