Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 782 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 782 Bytes

Groomer Helper

Build Status

About

Management software prototype for pet grooming salon. Made as my BSc Thesis.

Getting Started

To test project on local enviroment firstly you need to clone the source code.

Prerequisites

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.

Installing

To install groomer helper you need install all requirements with pip:

pip install -r requirements.txt

Running

To run project simply type in this command:

python manage.py runserver

Authors

Jan Okraska