How to Install Our Shopping List on Windows 10
Our Shopping List is a web application that helps you keep track of your shopping lists. If you want to install Our Shopping List on your Windows 10 computer, follow these steps:
Prerequisites
Before you start the installation process, make sure that you have the following software installed:
- Git
- Node.js
- MongoDB
If you don't have any of these installed, you can download them from their respective websites.
Steps
Open your terminal by pressing
Windows + Xand selecting "Windows PowerShell (Admin)" from the menu.Clone the Our Shopping List repository from Github by typing the following command:
git clone https://github.com/nanawel/our-shopping-list.git
- Navigate to the cloned repository by typing:
cd our-shopping-list
- Install the dependencies by typing:
npm install
- Start the MongoDB server by typing:
mongod
In a new terminal window, navigate to the
our-shopping-listdirectory again.Start the application by typing:
npm start
- Open your web browser and go to
http://localhost:3000/to access Our Shopping List.
Congratulations, you have successfully installed Our Shopping List on your Windows 10 computer!