Skip to content

xPartyBear/CS-471

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS-471

No typescript Yes JSX Yes Vue Router

How to set up frontend

make sure you are in the frontend directory

  1. Make sure you have node package manager installed on your system
  2. run npm i -g vue@latest
  3. cd frontend
  4. npm install
  5. npm run format dev
  6. npm run dev
  7. Open http://localhost:5173/

How to set up the backend

Link to Python venv docs

NOTE: Make sure you are in the backend directory

  1. Make sure you have Python installed
  2. Run python -m venv /venv
  3. run venv\Scripts\activate
  4. run pip install -r requirements.txt
  5. run python app.py

(NOTE): Will need to check if this works on other any other os i.e. Mac or Linux

(NOTE): Whenever you add new libraries for python be sure to regenerate the requirements.txt file using this command: pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5