Build Instructions
For runing the program, you need to have the program files downloaded on a computer. The computer files are available at the following link:
https://github.com/klimentinaefremova/Handcraft-Marketplace.git
In your terminal, open the folder. After opening run the following command to install all of the requirements.
npm install
Once all dependencies are install, run this command:
npm start
The program will run on localhost:3000. Don't close the window in Command Prompt while you're using the project.
You can open another window in the terminal and rund the following command multiple times to see the database and the changes being made in it.
node view-database.js
