clone the repo yarn
TEST_DB_NAME=salioTest
DB_PORT=8080
SECRET_TOKEN=your token
-
cd src
-
ssh-keygen -t rsa -b 4096 -m PEM -f rsa_key
-
rename files to rsa_key.pub.pem und rsa_key.priv.pem
To register:
To Login:
To Logout:
To Create new list:
To Get certain List:
To DELETE:
To GET All list for a user
To get All Birds for the Certain list:
To get Certain bird for the certain list:
POST: http://localhost:8080/api/lists/list/:listName/birds/bird/:birdName
To add Certain bird into certain list: