Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raoufsezar/restapibydynamodb

this Rest api for CURD characters using dynamoDB
https://github.com/raoufsezar/restapibydynamodb

aws-cdk aws-dynamodb dynamodb expressjs nodejs rest-api

Last synced: 12 days ago
JSON representation

this Rest api for CURD characters using dynamoDB

Awesome Lists containing this project

README

        

# RestApiByDynamoDb
this Rest api for CURD characters using dynamoDB
## to start this api add .env file and inside it add 3 variables
```
AWS_ACCESS_KEY_ID=YOUR ACCESS KEY
AWS_SECRET_ACCESS_KEY=YOUR SECRET KEY
AWS_DEFAULT_REGION=YOUR REGION
```
Then in terminal write

```
npm install
npm start
```