To begin using the application, follow these steps:
-
Open your terminal and navigate to the directory where the repository/project is located.
-
Install the necessary dependencies by executing the following command: pip install -r requirements.txt
This command will automatically install all the required dependencies onto your environment.
-
Launch the application by running either of the following commands: python app.py or flask run
-
Once the application is running, open your web browser and enter the following URL to access the homepage:
If a different port is being used, replace "5000" with the appropriate port number.
- Navigate through the intuitive user interface to perform actions such as user registration, login, product browsing, cart management, and more.