Skip to content

inql/StartOwl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StartOwl

Project Mateusz Małecki + Dawid Bińkuś

Description

TBD

Usage

To run backend API, enter root directory of project and do:

sbt run

After that wait for the following output:

[INFO] [11/13/2019 22:51:25.463] [run-main-0] [akka.actor.ActorSystemImpl(actor-system)] Server started: start-owl-api at 0.0.0.0:8001

Configuration is stored in conf/application.conf file, where host IP address and port might be changed if needed. With server started, one can receive particular data using POST request to the server. Example using curl

$ curl -d '{"domains":"[path_to_rss_file]", "keyword":["a"], "searchModeInput":"contains"}' -H "Content-Type: application/json" -X POST http://localhost:8001/searchrequest

The StartOwl API is now available on Azure

Available addresses:

https://startowl.azurewebsites.net

Link to docker:

dockeri.co

Project Structure

TBD

Sources

About

Project Mateusz Małecki + Dawid Bińkuś

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published