Skip to content

FelixTran240/CSC309Exploratory-Testing

Repository files navigation

CSC308-T2-INV

CSC 309 Winter 2025;

Project Setup

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js
  • npm (Node Package Manager)
  • Python (for the scraper)

Getting Started

Backend

  1. Navigate to the backend directory:

    cd backend
  2. Install the dependencies:

    npm install
  3. Start the backend server:

    npm run start

Frontend

  1. Navigate to the frontend directory:

    cd polyb
  2. Install the dependencies:

    npm install
  3. Start the frontend server:

    npm start

Additional Scripts

Backend

  • Build the project:

    npm run build
  • Run tests:

    npm run test
  • Lint the code:

    npm run lint

Frontend

  • Build the project for production:

    npm run build
  • Run tests:

    npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors