Skip to content

henraye/CoreSelect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

React (js), flask (python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.2%
  • Python 36.3%
  • JavaScript 1.5%
  • Other 1.0%