Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 2.85 KB

File metadata and controls

71 lines (45 loc) · 2.85 KB

CoreSelect

About

A comprehensive way to find parts for your new PC powered with AI decisions!

Demo Video

(back to top)

Setup / Installation

  1. Install Node.js
    Note: NPM should install with Node.js

  2. Install [Python] https://www.python.org/downloads/
    Note: Python version used to setup environment is 3.12.0

  3. Open the project root directory within the command line

Running the Frontend (client)

Required downloads

  1. While inside the project root directory, go into the client directory

  2. While inside the client directory, install all the required dependecies with npm i

  3. Launch the app on your localhost with npm run dev

(back to top)


Running the Backend (server)

Required downloads

  1. While inside the project root directory, go into the server directory

  2. While inside the server directory, install all the required dependecies with pip3 install -r requirements.txt

  • This will install all of the libraries needed to run flask
  1. Launch the server on your localhost with flask run -p 8000

(back to top)

Contributions

This project was created by:

The team operated with high agility, pivoting between design, backend development, and AI integration to deliver a fully functional MVP within the 24-hour sprint.

Placed 18th out of 61 total teams (~top 30%) in a highly competitive university hackathon environment.

(back to top)