/RestuApp

This Repo is about testing Restful ideas and about restaurants.. you can use this app if you want :D

Primary LanguagePython

#RestuApp

This app is all about building a Restful API and using a restaurant example to explain that on.

It's built on Django Rest Framework(DRF) and tries to implement all three stages of the

including HATEOAS.

The technology stack is minimal, but will expand with time:

  • django
  • DRF
  • Pytest
  • Pycov
  • PipFile
  • sqlite3

I'm also following the unofficial project template suggested by cookiecutter

and following a TDD practice