The Laundry Management System is a web application developed using the Django framework. Its purpose is to connect customers, laundry shops, and delivery agents to provide a seamless and efficient laundry management solution.
[Temporarily Unavailable]
Clone the project
git clone https://github.com/Vaishnav-io/Laundry-Management-System/
Go to the project directory
cd Laundry-Management-System
Install dependencies
pip install -r requirements.txt
Migrate db [Mandatory to work properly]
python manage.py makemigrations
python manage.py migrate
Create your Admin account
python manage.py createsuperuser
Start the server
python manage.py runserver
For support or suggestions, join my Discord Server.
If you have any feedback, please reach out to us at Discord and please raise a ticket
Freamework: Django
Database: sqlite
Note: This was my first web development project, so there may be some mistakes or areas for improvement. I welcome any feedback or suggestions to help me enhance my skills. Thank you! ❤️