- For angular and node: https://angular.io/guide/setup-local
- Clone the repository: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
- Install the MySQL database using the
nodejs_backend/Database.sql
file
- Change the credentials
user
,password
, andDB
innodejs_backend/app/config/db.config.js
via vscode: https://code.visualstudio.com/ - Run
node nodejs_backend/app.js
to start the backend server, it will listen for HTTP requests on port 3000 by default.
- First time: Run
cd angular_frontend;npm install
to install the packages - Run
cd angular_frontend;ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
- Create a new platform company by altering the companyName in the
angular_frontend/src/app/services/company.service.ts
- Navigate to
http://localhost:4200/taxonomy
to select the business model properties