Open your web browser and go to https://github.com/nanawel/our-shopping-list.
Click the green "Code" button and select "Download ZIP."
Once the ZIP file is downloaded, open your terminal by pressing Ctrl+Alt+T.
Navigate to the directory where the downloaded ZIP file is located. For example, if it is in your Downloads folder, type the following command and press Enter:
cd ~/Downloads
Extract the contents of the ZIP file by typing the following command and pressing Enter:
unzip our-shopping-list-master.zip
Navigate into the extracted directory by typing the following command and pressing Enter:
cd our-shopping-list-master
Verify that Python and pip are installed on your system by typing the following commands and pressing Enter:
python3 --version
pip3 --version
If either command returns an error, you will need to install Python or pip using your system's package manager.
Install the required dependencies by typing the following command and pressing Enter:
pip3 install -r requirements.txt
Start the application by typing the following command and pressing Enter:
python3 app.py
Open your web browser and navigate to http://localhost:5000/ to access the application.
Congratulations! You have successfully installed "Our Shopping List" on Linux Mint.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!