This project is a connection with DynamoDB, using some simple data (songs) it seeks to use the basic functions of dynamos such as reading, writing, data ordering.
Assets:
cd existing_folder
git clone https://github.com/eduveliz/DynamoDB-backend.git
npm install
- Set the AWS key on this file Dynamo.ts
after update the keys is possible to start the proyect
npm start
[GET]
/create
This endpoint create the data table on AWS is possible to verify after using on dynamo page
[GET]
/loadSongs
This endpoint load a file with information in the database, this action is necessary the first time.
[GET]
/songs
This endpoint return all the data in the table.
[GET]
/song
This endpoint return only one song
[GET]
/artist
This endpoint return songs by artist
Developed by por Eduardo Veliz