This is an online portal to book a pick up for cloths from room, this is bascally for hostel students. The aim of this project is to secure the login system, so for that we have implemented three options QR code login, mobile otp login, mail otp login. All these options are the second factor login security. These will prompt after you enter your correct login username and password.
To run this project your system should have npm and NodeJS installed. To install NodeJS and npm visit [http://nodejs.org] Once NodeJS is installed Please check the version to confirm installation. For Confirmation type the following commands in your CMD or Terminal.
node -v npm -v
If you see any version no. the packages are intalled
For installing the project type hte following commands in the terminal:
- run
git clone https://github.com/Akbhobhiya/Laundry_Management_System.git
- run
cd Laundry_Management_System.git
- run
npm install
For Running th project Please make sure you have completed the above steps. Go to the main directory and type the command:
- run
npm start
Then open a browser and go to the following URL: [http://localhost:7000]
You should now be seeing the main page.
Contributors: