Management software prototype for pet grooming salon. Made as my BSc Thesis.
To test project on local enviroment firstly you need to clone the source code.
Project is based on Python in version 3.6 so you will need to have it installed on your enviroment. Also virtual enviroment is recommended in order to keep requirements separated.
To install groomer helper you need install all requirements with pip:
pip install -r requirements.txt
To run project simply type in this command:
python manage.py runserver
Jan Okraska