Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.58 KB

File metadata and controls

67 lines (43 loc) · 2.58 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:

(back to top)