https://github.com/carrington-dev/4_sure_flask
https://github.com/carrington-dev/4_sure_flask
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/carrington-dev/4_sure_flask
- Owner: Carrington-dev
- Created: 2023-11-22T16:24:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T16:46:53.000Z (over 2 years ago)
- Last Synced: 2025-01-09T11:45:18.796Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clown Management System
## Project Structure
```python
auth_service
/authenticate
- __init__.py
- models.py
- utils.py
- views.py
- app.py
- Dockerfile
client_sevice
/client
- __init__.py
- models.py
- views.py
- Dockerfile
- app.py
clown_service
/clown
- __init__.py
- Dockerfile
- app.py
troupe_leader_service
/troupe
- __init__.py
- Dockerfile
- app.py
```
## Running the services