gonna rock the world!
-
Go to the app's repo in github and clone the app
-
Open the app in VS code, navigate to .env file, change the DB_USER and DB_PW based on current user configurations
-
From terminal: navigate to app's directoty and run:
$ npm install
-
From terminal: navigate to db folder in the app's directoty and run:
$ mysql -uroot - p
-
Run the schema file:
source schema.sql
-
From terminal: navigate to the app's directoty and run:
$ npm run seed
-
To invoke the app from terminal, run:
$ npm run watch