BroderickHigby / Influencer-tracking

Find the best influencers online to promote your small business or startup
http://sapie.space
5 stars 0 forks source link

Back-end code bootstrapped #5

Closed rafaelpivato closed 6 years ago

rafaelpivato commented 6 years ago

It uses Falcon framework with ElasticSearch queries. Nothing complex neither fancy, just simple ES queries and REST API resources through /api/influencer/.

To run back-end, all you gotta do is to install requirements from sapie-be and run, from that directory, gunicorn like gunicorn --reload app:api

You could start by adding some JSON documents pushing them to http://localhost:8000/api/influencer using POST method. If you like httpie you can try: http :8000 socialauthority=7 somename=foobar