https://github.com/romanturas/goitneo-python-hw-3-group-7
GoIt python home work 3
https://github.com/romanturas/goitneo-python-hw-3-group-7
Last synced: about 1 year ago
JSON representation
GoIt python home work 3
- Host: GitHub
- URL: https://github.com/romanturas/goitneo-python-hw-3-group-7
- Owner: RomanTuras
- Created: 2024-03-09T14:38:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T14:54:11.000Z (over 2 years ago)
- Last Synced: 2025-02-14T07:37:58.601Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoIt python home work 3
## main.py
- Entry point
## exceptoins_handler.py
- Exceptions handler
## constants.py
- Project constants
## controllers/
- Basic Controllers
-- Commands handler module
-- Database helper
## models/
- Basic Models
### Testing
For dummy data switch IS_DEBUG to False in constants.py
Then run main.py
For speedy testing use next abbreviation:
"add-birthday" => "ab"
"show-birthday" => "sb"
"birthdays" => "b"