Skip to content

Commit 67c517d

Browse files
committed
first commit
0 parents  commit 67c517d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Ruby on Rails API with AWS DynamoDB
2+
3+
This is a sample Ruby on Rails API that connects to AWS DynamoDB
4+
5+
## 🚀 Getting Started
6+
7+
### **1. Prerequisites**
8+
- Ruby
9+
- Rails
10+
- AWS SDK
11+
- DynamoDB
12+
13+
### **2. Installation**
14+
```sh
15+
git clone <repo-url>
16+
cd ruby-on-rails-dynamodb-demo
17+
bundle install

0 commit comments

Comments
 (0)