User Manual - adomakk/team-three-496 GitHub Wiki
This wiki page serves as a guide for using and testing our website.
We have provided a test transcript in the test-transcript folder in the repository that can be used with our website.
Download Zip File
- Click the green code button on the right-hand side of the page.
- Download zip file. Once downloaded unzip the file.
- Open the file in your respective IDE (we used Visual Studio Code).
- Click the terminal tab and open two terminals.
- In one terminal:
cd backend
pip install flask
pip install -U flask-cors
pip install PyPDF2
python app.py
- In the second terminal:
cd frontend
&npm start
Instructions to use the Transfer Credit Page
- Once you click the Transfer Credit Page, click the
Choose File Button
- Navigate to the
test-transcript
folder and clicktest-1.pdf
transcript to upload. - After uploading the transcript, use the dropdowns to click a
- College: College of Engineering
- Department: Computer Science(CS)
- Major: Computer Science
- After choosing a major the curriculum guide will show.
- The student's course that will transfer over and apply to the curriculum guide will also show.