Skip to content

adekunleba/akkaserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of Akka-http with Redis for building an api

Key Implementation:

Install Redis Database. Once you start the Database, it should run on "localhost" port: 6379

Run the main method and send in a post request as thus

curl -v -H "Content-Type: application/json" -X POST http://127.0.0.1:8080/sampleroute -d '{"id":"someString", "value": "someData"}

You can run a GET Method as thus

curl -v http://127.0.0.1:8080/sampleroute/{keytosearch}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published