Skip to content

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.

Notifications You must be signed in to change notification settings

eduveliz/DynamoDB-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamoDB-backend

Content

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:

Required Software

Clone

cd existing_folder
git clone https://github.com/eduveliz/DynamoDB-backend.git

Install

npm install

Run on LocalHost:

after update the keys is possible to start the proyect

npm start

Endpoints

[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

Autor

Developed by por Eduardo Veliz

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published