Skip to content

HeatherJLewis/todo-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-app-backend

Back-end repository for node REST API linking React 'To Do List' App front-end to AWS mySQL RDS by creating AWS Lambda function.

Pre-requisites

  • node
  • Express
  • Serverless
  • CORS
  • mySQL

Initialise with node:

npm init -f

Install frameworks:

npm install --save express serverless-http cors mysql

Deployment

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

Testing

Tested using Postman.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published