Welcome to the marketplace-portal-ui project! This is a user interface created for facilitating courses to improve competency. The UI connects to the backend service, marketplace-portal-service, to fetch, search, save, and purchase courses via APIs.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed on your machine:
Node.js: Download and install Node.js
Clone the repository:
git clone https://github.com/COMPASS-DPG/marketplace-ui.git
cd marketplace-ui
Install dependencies:
npm install
Configuration
Configure the connection to the backend service by updating the config.js file with the appropriate API endpoint.
To start the development server, run the following command:
npm run dev
Visit http://localhost:3000 in your browser to view the application.
Follow these steps to deploy the project:
Build the project:
npm run build
Start the production server:
npm start