docker-compose up
Download from https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
To run Dynamo DB in local, go to the DynamoDBLocal_lib folder (inside downloaded folder) and run:
java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb
LOCAL_ENDPOINT='http://localhost:8000' npm start
To start the server, run:
npm start
To run the tests, run:
npm test
Run the application and visit http://localhost:3000/documentation on your browser