Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carrington-dev/4_sure_flask


https://github.com/carrington-dev/4_sure_flask

Last synced: 4 days ago
JSON representation

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