/CLI

Primary LanguageJavaScript

Instructions to run Command-Line

  • open command-line folder in the terminal
  • write
        npm install
    
    all the necessary packages will be installed.
  • type dbms in the new terminal and select one of the options.

Instructions to run Backend

  • open backend folder in the terminal
  • write
        npm install
    
    all the necessary packages will be installed.
  • open this file and type your workbench password in this file.
  • create all the tables in mysql workbench as explained in Task 2 file.
  • after doing this, type
        npm start
    
    in the terminal and you are ready to go.