Skip to content

zeynepyldrm/ReqRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request Record

Implementation that encrypts and saves the message received as a request with AES algorithm.

Using for Docker

 colima start
 docker-compose up -d --build

If you want to change your secret key and start again

 colima start
 docker-compose down -v
 docker-compose up -d --build

Testing and Example Curl

http://127.0.0.1:8080/

curl --location 'http://127.0.0.1:8080/' \
--header 'Content-Type: application/json' \
--data '{
    "id":"1",
    "message":"hello"
}'

http://127.0.0.1:8080/messages

curl --location 'http://127.0.0.1:8080/messages' \
--data 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors