Skip to content

wwelvaer/marketplace_start_code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

marketplace

Angular installation

  1. For angular and node: https://angular.io/guide/setup-local
  2. Clone the repository: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository

database

  1. Install the MySQL database using the nodejs_backend/Database.sqlfile

Backend server

  1. Change the credentials user, password, and DB in nodejs_backend/app/config/db.config.js via vscode: https://code.visualstudio.com/
  2. Run node nodejs_backend/app.js to start the backend server, it will listen for HTTP requests on port 3000 by default.

Frontend

  1. First time: Run cd angular_frontend;npm install to install the packages
  2. Run cd angular_frontend;ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Select Business Models

  1. Create a new platform company by altering the companyName in the angular_frontend/src/app/services/company.service.ts
  2. Navigate to http://localhost:4200/taxonomy to select the business model properties

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 37.1%
  • HTML 33.2%
  • JavaScript 28.2%
  • SCSS 1.5%