Skip to content

Keith3895/car-wash-backend-core

Repository files navigation

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

About

This is the main backend for the car wash app.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages