Technologies | Project | How to contribute
This project was developed with the following technologies:
This project is a simple example to training and learn DynamoDB with Node.js and Dynamoose.
- 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
- 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.