An open API service indexing awesome lists of open source software.

https://github.com/andriisoldatenko/keypr_test_task

Test Task PYTHON
https://github.com/andriisoldatenko/keypr_test_task

Last synced: 2 months ago
JSON representation

Test Task PYTHON

Awesome Lists containing this project

README

        

# TODO

- Create CRUD Reservations
- Add Reservation validations
(end_date> start_date; start_date and end_date > now)
- Search Reservations by date range (e.g. get reservations from 15 to 19 April 2017)
- Deploy with Docker and hub.docker.com
- Add unittests
- Check flake8/isort/code coverage
- Add travis-ci and codecov.io