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

https://github.com/jsonfm/flask-customer-service-shift-management-system

🌶️ A customer service shift management system.
https://github.com/jsonfm/flask-customer-service-shift-management-system

flask python sqlalchemy tailwindcss

Last synced: 2 months ago
JSON representation

🌶️ A customer service shift management system.

Awesome Lists containing this project

README

          

### 🌶️ Customy

A customer service shift management system.

### 📦 Installation

Python dependencies:

```
pip install -r requirements.txt
```

Node dependencies:

```
npm install
```

### ⚡️ Development

```
flask --app main run --debug
```

### 🎨 Tailwind

```
npx tailwindcss -i ./flaskr/static/css/tailwind.css -o ./flaskr/static/css/styles.css --watch
```