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

https://github.com/aaditbaldha2002/LaundryManagementSystem


https://github.com/aaditbaldha2002/LaundryManagementSystem

Last synced: about 9 hours ago
JSON representation

Awesome Lists containing this project

README

          

# LaundryManagementSystem

How to run the project

1) Download the zip file of the project
2) extract the files inside your desired folder
3) when the extraction completes, open the visual studio 2019 and open the project solution
4) now create a SQL database named "Laundry"
5) after creating the database, run the sql files provided inside the project
6) Now open Web.config file of the project and copy the connection string of the "Laundry" database inside the "connectionStrings" tag under the 'connectionString' property of the 'add' tag
7) Now save the changes and Run the Project