Skip to content

dont-worry-brie-happy/cheesy-winder-app-backend

Repository files navigation

cheesy-winder-app-backend

Back-end repository for node REST API linking React 'Don't Worry Brie Happy' App front-end to AWS mySQL RDS by creating AWS Lambda function.

Pre-requisites

Ensure serverless framework is installed:

npm install --global serverless

Then all other dependencies managed by node:

npm install

Dependencies

  • node
  • Express
  • Serverless
  • CORS
  • mySQL

Deployment

serverless deploy --RDS_HOST yourAWSdbInstanceHere -- RDS_USER yourUserNameHere --RDS_PASSWORD yourPasswordHere --RDS_DATABASE yourSQLdbHere

Testing

Tested using Postman.

About

Node REST API linking front-end React App to AWS mySQL RDS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •