Skip to content

A side project I created to learn the AWS DynamoDB service.

Notifications You must be signed in to change notification settings

oguzhanbolme/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A side project I created to learn the AWS DynamoDB service.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published