Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 179 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 179 Bytes

hotel_api

REST API for viewing information about hotel rooms and it's clients

  • Python3

Create database schema: make createdb

Runserver: make runserver

Tests: make test