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
- Host: GitHub
- URL: https://github.com/andriisoldatenko/keypr_test_task
- Owner: andriisoldatenko
- Created: 2017-05-07T12:14:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T13:51:35.000Z (about 8 years ago)
- Last Synced: 2025-02-04T19:45:20.323Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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