Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 754 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 754 Bytes

Url Shortener (DynamoDB CRUD Example)

How does it work ?

  • Run npm install command for both folders (frontend, backend)
  • Enter your own AWS information in the .env file in the backend directory
  • Notice the database name is the same on both sides (dynamodb, backend/services/urlservice)
  • cd backend && npm start
  • cd frontend && npm start

Used Technologies

  • React
  • Node.js (Express.js)
  • AWS DynamoDB

Screen Shot 2022-02-06 at 20 28 01

Screen Shot 2022-02-06 at 20 28 33