/car-wash-backend-core

This is the main backend for the car wash app.

Primary LanguagePythonOtherNOASSERTION

License

Run in Postman

car_wash
├── README.md
├── __init__.py
├── car_wash
│   ├── __init__.py
│   ├── apps
│   │   ├── __init__.py
│   │   └── authentication
│   │       ├── __init__.py
│   │       ├── admin.py
│   │       ├── apps.py
│   │       ├── migrations
│   │       ├── models.py
│   │       ├── tests.py
│   │       ├── urls.py
│   │       └── views.py
│   ├── asgi.py
│   ├── config.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── manage.py
├── requirements
│   ├── base.txt
│   └── testing.txt
└── requirements.txt