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.
- Host: GitHub
- URL: https://github.com/jsonfm/flask-customer-service-shift-management-system
- Owner: jsonfm
- Created: 2023-08-06T22:50:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T03:04:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T13:47:01.701Z (over 1 year ago)
- Topics: flask, python, sqlalchemy, tailwindcss
- Language: CSS
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```