Skip to content

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.

License

Notifications You must be signed in to change notification settings

Vaishnav-io/Laundry-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laundry Management System

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.

Demo

[Temporarily Unavailable]

Run Locally

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

Support

For support or suggestions, join my Discord Server.

Join Discord

Feedback

If you have any feedback, please reach out to us at Discord and please raise a ticket

Tech Stack

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! ❤️

About

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.

Resources

License

Stars

Watchers

Forks