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

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

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"