CSC 309 Winter 2025;
Make sure you have the following installed on your machine:
- Node.js
- npm (Node Package Manager)
- Python (for the scraper)
-
Navigate to the backend directory:
cd backend -
Install the dependencies:
npm install
-
Start the backend server:
npm run start
-
Navigate to the frontend directory:
cd polyb -
Install the dependencies:
npm install
-
Start the frontend server:
npm start
-
Build the project:
npm run build
-
Run tests:
npm run test -
Lint the code:
npm run lint
-
Build the project for production:
npm run build
-
Run tests:
npm test