/simple-nodejs-dynamodb-api-example

This project is a simple example of local DynamoDB application in Node.js

Primary LanguageTypeScript

Simple Node.js DynamoDB API Example

☕ Code and coffee

GitHub language count Repository size GitHub last commit Repository issues License

Technologies   |    Project   |    How to contribute


🚀 Technologies

This project was developed with the following technologies:

💻 Project

This project is a simple example to training and learn DynamoDB with Node.js and Dynamoose.

🔥 How to execute

  • Clone this repository: git clone git@github.com:alisonglima/simple-nodejs-dynamodb-api-example.git
  • Open project folder: cd simple-nodejs-dynamodb-api-example
  • Run docker-compose: docker-compose up -d
  • To see if the server is working properly and see the application loggers, run: docker logs test-api-dynamodb -f
  • Download and import Insomnia documentation and enjoy: DynamoTestAPI

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

After your pull request is merged, you can delete your branch.