Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoREST

Basic REST api that serves as an interface for an Elasticsearch database. It is built with Django, Django REST framework and elasticsearch-py. The database contains news articles with two different fields: title and body.

There are three views defined for the api:

  • /articles/titles/, which retrieves all titles from the database
  • /articles/bodys/, which retrieves all news bodies
  • /articles/(title)/, which retrieves the body corresponding to a specific title

About

Toy REST api that retrieves data from an elastic search database.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages