Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carrington-dev/4_sure_flask
https://github.com/carrington-dev/4_sure_flask
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carrington-dev/4_sure_flask
- Owner: Carrington-dev
- Created: 2023-11-22T16:24:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-22T16:46:53.000Z (12 months ago)
- Last Synced: 2024-04-24T06:07:18.726Z (7 months 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
- Dockerfileclient_sevice
/client
- __init__.py
- models.py
- views.py
- Dockerfile
- app.pyclown_service
/clown
- __init__.py
- Dockerfile
- app.pytroupe_leader_service
/troupe
- __init__.py
- Dockerfile
- app.py```
## Running the services