Changes between Version 1 and Version 2 of BuildInstructions


Ignore:
Timestamp:
07/13/26 08:05:04 (13 days ago)
Author:
235018
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v1 v2  
    1 = Build Instructions
     1== Build Instructions
     2
     3For runing the program, you need to have the program files downloaded on a computer. The computer files are available at the following link:
     4
     5https://github.com/klimentinaefremova/Handcraft-Marketplace.git
     6
     7In your terminal, open the folder. After opening run the following command to install all of the requirements.
     8
     9{{{#!cmd
     10npm install
     11}}}
     12
     13Once all dependencies are install, run this command:
     14
     15{{{#!cmd
     16npm start
     17}}}
     18
     19The program will run on localhost:3000. Don't close the window in Command Prompt while you're using the project.
     20
     21You 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.
     22
     23{{{#!cmd
     24node view-database.js
     25}}}
     26